Color spaces of #db744a
RGB | 219 | 116 | 74 |
---|---|---|---|
HSL | 0.05 | 0.67 | 0.57 |
HSV | 17° | 66° | 86° |
CMYK | 0.00 | 0.47 | 0.66 0.14 |
XYZ | 36.6948 | 28.0453 | 9.9578 |
Yxy | 28.0453 | 0.4912 | 0.3754 |
Hunter Lab | 52.9578 | 31.0076 | 25.9220 |
CIE-Lab | 59.9296 | 36.7931 | 40.8050 |
#db744a color RGB value is (219,116,74).
#db744a hex color red value is 219, green value is 116 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #db744a hue: 0.05 , saturation: 0.67 and the lightness value of db744a is 0.57.
The process color (four color CMYK) of #db744a color hex is 0.00, 0.47, 0.66, 0.14. Web safe color of #db744a is #cc6633. Color #db744a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110100 | 01001010 |
Octal | 333 | 164 | 112 |
Decimal | 219 | 116 | 74 |
Hex | DB | 74 | 4A |
Shades of #db744a
Tints of #db744a
RGB Percentages of Color #db744a
CMYK Percentages of Color #db744a
Complementary Color
#db744a | #4ab1db |
#db744a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db744a Color Preview on White Background
Lorem ipsum dolor sit amet.
#db744a Color CSS Codes
.mybgcolor {background-color:#db744a; } .myforecolor {color:#db744a; } .mybordercolor {border:3px solid #db744a; }
#db744a Text Font Color
<p style="color:#db744a">Text here</p>
This sample text font color is #db744a
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.
#db744a Background Color
<div style="background-color:#db744a">
Div content here</div>
This div background color is #db744a
#db744a Border Color
<div style="border:3px solid #db744a">
Div here</div>
This div border color is #db744a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,116,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db744a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db744a; -webkit-box-shadow: 1px 1px 3px 2px #db744a; box-shadow: 1px 1px 3px 2px #db744a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,116,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db744a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db744a; -webkit-box-shadow: 1px 1px 3px 2px #db744a; box-shadow: 1px 1px 3px 2px #db744a;">
Div content here</div>
This div box has shadow with color #db744a
Comments
No comments written yet.
Please login to write comment.