Color spaces of #da8538
RGB | 218 | 133 | 56 |
---|---|---|---|
HSL | 0.08 | 0.69 | 0.54 |
HSV | 29° | 74° | 85° |
CMYK | 0.00 | 0.39 | 0.74 0.15 |
XYZ | 38.0148 | 31.9660 | 7.9078 |
Yxy | 31.9660 | 0.4881 | 0.4104 |
Hunter Lab | 56.5385 | 21.0758 | 31.2843 |
CIE-Lab | 63.3148 | 26.5162 | 53.3056 |
#da8538 color RGB value is (218,133,56).
#da8538 hex color red value is 218, green value is 133 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #da8538 hue: 0.08 , saturation: 0.69 and the lightness value of da8538 is 0.54.
The process color (four color CMYK) of #da8538 color hex is 0.00, 0.39, 0.74, 0.15. Web safe color of #da8538 is #cc9933. Color #da8538 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10000101 | 00111000 |
Octal | 332 | 205 | 70 |
Decimal | 218 | 133 | 56 |
Hex | DA | 85 | 38 |
Shades of #da8538
Tints of #da8538
RGB Percentages of Color #da8538
CMYK Percentages of Color #da8538
Complementary Color
#da8538 | #388dda |
#da8538 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da8538 Color Preview on White Background
Lorem ipsum dolor sit amet.
#da8538 Color CSS Codes
.mybgcolor {background-color:#da8538; } .myforecolor {color:#da8538; } .mybordercolor {border:3px solid #da8538; }
#da8538 Text Font Color
<p style="color:#da8538">Text here</p>
This sample text font color is #da8538
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#da8538 Background Color
<div style="background-color:#da8538">
Div content here</div>
This div background color is #da8538
#da8538 Border Color
<div style="border:3px solid #da8538">
Div here</div>
This div border color is #da8538
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,133,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da8538; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da8538; -webkit-box-shadow: 1px 1px 3px 2px #da8538; box-shadow: 1px 1px 3px 2px #da8538; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,133,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da8538">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da8538; -webkit-box-shadow: 1px 1px 3px 2px #da8538; box-shadow: 1px 1px 3px 2px #da8538;">
Div content here</div>
This div box has shadow with color #da8538
Comments
No comments written yet.
Please login to write comment.