Color spaces of #dbcd75
RGB | 219 | 205 | 117 |
---|---|---|---|
HSL | 0.14 | 0.59 | 0.66 |
HSV | 52° | 47° | 86° |
CMYK | 0.00 | 0.06 | 0.47 0.14 |
XYZ | 54.2556 | 60.0071 | 25.5526 |
Yxy | 60.0071 | 0.3881 | 0.4292 |
Hunter Lab | 77.4642 | -10.5419 | 34.6674 |
CIE-Lab | 81.8420 | -6.9648 | 45.3292 |
#dbcd75 color RGB value is (219,205,117).
#dbcd75 hex color red value is 219, green value is 205 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dbcd75 hue: 0.14 , saturation: 0.59 and the lightness value of dbcd75 is 0.66.
The process color (four color CMYK) of #dbcd75 color hex is 0.00, 0.06, 0.47, 0.14. Web safe color of #dbcd75 is #cccc66. Color #dbcd75 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001101 | 01110101 |
Octal | 333 | 315 | 165 |
Decimal | 219 | 205 | 117 |
Hex | DB | CD | 75 |
Shades of #dbcd75
Tints of #dbcd75
RGB Percentages of Color #dbcd75
CMYK Percentages of Color #dbcd75
Complementary Color
#dbcd75 | #7583db |
#dbcd75 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcd75 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcd75 Color CSS Codes
.mybgcolor {background-color:#dbcd75; } .myforecolor {color:#dbcd75; } .mybordercolor {border:3px solid #dbcd75; }
#dbcd75 Text Font Color
<p style="color:#dbcd75">Text here</p>
This sample text font color is #dbcd75
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.
#dbcd75 Background Color
<div style="background-color:#dbcd75">
Div content here</div>
This div background color is #dbcd75
#dbcd75 Border Color
<div style="border:3px solid #dbcd75">
Div here</div>
This div border color is #dbcd75
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,205,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcd75; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcd75; -webkit-box-shadow: 1px 1px 3px 2px #dbcd75; box-shadow: 1px 1px 3px 2px #dbcd75; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,205,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 #dbcd75">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcd75; -webkit-box-shadow: 1px 1px 3px 2px #dbcd75; box-shadow: 1px 1px 3px 2px #dbcd75;">
Div content here</div>
This div box has shadow with color #dbcd75
Comments
No comments written yet.
Please login to write comment.