Color spaces of #dbcd77
RGB | 219 | 205 | 119 |
---|---|---|---|
HSL | 0.14 | 0.58 | 0.66 |
HSV | 52° | 46° | 86° |
CMYK | 0.00 | 0.06 | 0.46 0.14 |
XYZ | 54.3745 | 60.0546 | 26.1786 |
Yxy | 60.0546 | 0.3867 | 0.4271 |
Hunter Lab | 77.4949 | -10.3711 | 34.2176 |
CIE-Lab | 81.8679 | -6.7733 | 44.3744 |
#dbcd77 color RGB value is (219,205,119).
#dbcd77 hex color red value is 219, green value is 205 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #dbcd77 hue: 0.14 , saturation: 0.58 and the lightness value of dbcd77 is 0.66.
The process color (four color CMYK) of #dbcd77 color hex is 0.00, 0.06, 0.46, 0.14. Web safe color of #dbcd77 is #cccc66. Color #dbcd77 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001101 | 01110111 |
Octal | 333 | 315 | 167 |
Decimal | 219 | 205 | 119 |
Hex | DB | CD | 77 |
Shades of #dbcd77
Tints of #dbcd77
RGB Percentages of Color #dbcd77
CMYK Percentages of Color #dbcd77
Complementary Color
#dbcd77 | #7785db |
#dbcd77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcd77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcd77 Color CSS Codes
.mybgcolor {background-color:#dbcd77; } .myforecolor {color:#dbcd77; } .mybordercolor {border:3px solid #dbcd77; }
#dbcd77 Text Font Color
<p style="color:#dbcd77">Text here</p>
This sample text font color is #dbcd77
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.
#dbcd77 Background Color
<div style="background-color:#dbcd77">
Div content here</div>
This div background color is #dbcd77
#dbcd77 Border Color
<div style="border:3px solid #dbcd77">
Div here</div>
This div border color is #dbcd77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,205,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcd77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcd77; -webkit-box-shadow: 1px 1px 3px 2px #dbcd77; box-shadow: 1px 1px 3px 2px #dbcd77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,205,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcd77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcd77; -webkit-box-shadow: 1px 1px 3px 2px #dbcd77; box-shadow: 1px 1px 3px 2px #dbcd77;">
Div content here</div>
This div box has shadow with color #dbcd77
Comments
No comments written yet.
Please login to write comment.