Color spaces of #dbc575
RGB | 219 | 197 | 117 |
---|---|---|---|
HSL | 0.13 | 0.59 | 0.66 |
HSV | 47° | 47° | 86° |
CMYK | 0.00 | 0.10 | 0.47 0.14 |
XYZ | 52.3906 | 56.2769 | 24.9309 |
Yxy | 56.2769 | 0.3921 | 0.4212 |
Hunter Lab | 75.0179 | -6.6216 | 32.8086 |
CIE-Lab | 79.7712 | -2.8465 | 42.7674 |
#dbc575 color RGB value is (219,197,117).
#dbc575 hex color red value is 219, green value is 197 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dbc575 hue: 0.13 , saturation: 0.59 and the lightness value of dbc575 is 0.66.
The process color (four color CMYK) of #dbc575 color hex is 0.00, 0.10, 0.47, 0.14. Web safe color of #dbc575 is #cccc66. Color #dbc575 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11000101 | 01110101 |
Octal | 333 | 305 | 165 |
Decimal | 219 | 197 | 117 |
Hex | DB | C5 | 75 |
Shades of #dbc575
Tints of #dbc575
RGB Percentages of Color #dbc575
CMYK Percentages of Color #dbc575
Complementary Color
#dbc575 | #758bdb |
#dbc575 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc575 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc575 Color CSS Codes
.mybgcolor {background-color:#dbc575; } .myforecolor {color:#dbc575; } .mybordercolor {border:3px solid #dbc575; }
#dbc575 Text Font Color
<p style="color:#dbc575">Text here</p>
This sample text font color is #dbc575
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.
#dbc575 Background Color
<div style="background-color:#dbc575">
Div content here</div>
This div background color is #dbc575
#dbc575 Border Color
<div style="border:3px solid #dbc575">
Div here</div>
This div border color is #dbc575
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,197,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc575; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc575; -webkit-box-shadow: 1px 1px 3px 2px #dbc575; box-shadow: 1px 1px 3px 2px #dbc575; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,197,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc575">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc575; -webkit-box-shadow: 1px 1px 3px 2px #dbc575; box-shadow: 1px 1px 3px 2px #dbc575;">
Div content here</div>
This div box has shadow with color #dbc575
Comments
No comments written yet.
Please login to write comment.