Color spaces of #da813d
RGB | 218 | 129 | 61 |
---|---|---|---|
HSL | 0.07 | 0.68 | 0.55 |
HSV | 26° | 72° | 85° |
CMYK | 0.00 | 0.41 | 0.72 0.15 |
XYZ | 37.6060 | 30.9429 | 8.4054 |
Yxy | 30.9429 | 0.4887 | 0.4021 |
Hunter Lab | 55.6263 | 23.3282 | 29.9794 |
CIE-Lab | 62.4594 | 28.8779 | 50.1161 |
#da813d color RGB value is (218,129,61).
#da813d hex color red value is 218, green value is 129 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #da813d hue: 0.07 , saturation: 0.68 and the lightness value of da813d is 0.55.
The process color (four color CMYK) of #da813d color hex is 0.00, 0.41, 0.72, 0.15. Web safe color of #da813d is #cc9933. Color #da813d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10000001 | 00111101 |
Octal | 332 | 201 | 75 |
Decimal | 218 | 129 | 61 |
Hex | DA | 81 | 3D |
Shades of #da813d
Tints of #da813d
RGB Percentages of Color #da813d
CMYK Percentages of Color #da813d
Complementary Color
#da813d | #3d96da |
#da813d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da813d Color Preview on White Background
Lorem ipsum dolor sit amet.
#da813d Color CSS Codes
.mybgcolor {background-color:#da813d; } .myforecolor {color:#da813d; } .mybordercolor {border:3px solid #da813d; }
#da813d Text Font Color
<p style="color:#da813d">Text here</p>
This sample text font color is #da813d
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.
#da813d Background Color
<div style="background-color:#da813d">
Div content here</div>
This div background color is #da813d
#da813d Border Color
<div style="border:3px solid #da813d">
Div here</div>
This div border color is #da813d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,129,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da813d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da813d; -webkit-box-shadow: 1px 1px 3px 2px #da813d; box-shadow: 1px 1px 3px 2px #da813d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,129,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #da813d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da813d; -webkit-box-shadow: 1px 1px 3px 2px #da813d; box-shadow: 1px 1px 3px 2px #da813d;">
Div content here</div>
This div box has shadow with color #da813d
Comments
No comments written yet.
Please login to write comment.