Color spaces of #dbab68
RGB | 219 | 171 | 104 |
---|---|---|---|
HSL | 0.10 | 0.61 | 0.63 |
HSV | 35° | 53° | 86° |
CMYK | 0.00 | 0.22 | 0.53 0.14 |
XYZ | 46.2750 | 45.1854 | 19.3794 |
Yxy | 45.1854 | 0.4175 | 0.4077 |
Hunter Lab | 67.2201 | 5.2461 | 29.9609 |
CIE-Lab | 73.0138 | 9.6639 | 40.9710 |
#dbab68 color RGB value is (219,171,104).
#dbab68 hex color red value is 219, green value is 171 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dbab68 hue: 0.10 , saturation: 0.61 and the lightness value of dbab68 is 0.63.
The process color (four color CMYK) of #dbab68 color hex is 0.00, 0.22, 0.53, 0.14. Web safe color of #dbab68 is #cc9966. Color #dbab68 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101011 | 01101000 |
Octal | 333 | 253 | 150 |
Decimal | 219 | 171 | 104 |
Hex | DB | AB | 68 |
Shades of #dbab68
Tints of #dbab68
RGB Percentages of Color #dbab68
CMYK Percentages of Color #dbab68
Complementary Color
#dbab68 | #6898db |
#dbab68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbab68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbab68 Color CSS Codes
.mybgcolor {background-color:#dbab68; } .myforecolor {color:#dbab68; } .mybordercolor {border:3px solid #dbab68; }
#dbab68 Text Font Color
<p style="color:#dbab68">Text here</p>
This sample text font color is #dbab68
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.
#dbab68 Background Color
<div style="background-color:#dbab68">
Div content here</div>
This div background color is #dbab68
#dbab68 Border Color
<div style="border:3px solid #dbab68">
Div here</div>
This div border color is #dbab68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,171,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbab68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbab68; -webkit-box-shadow: 1px 1px 3px 2px #dbab68; box-shadow: 1px 1px 3px 2px #dbab68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,171,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbab68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbab68; -webkit-box-shadow: 1px 1px 3px 2px #dbab68; box-shadow: 1px 1px 3px 2px #dbab68;">
Div content here</div>
This div box has shadow with color #dbab68
Comments
No comments written yet.
Please login to write comment.