Color spaces of #dbcd20
RGB | 219 | 205 | 32 |
---|---|---|---|
HSL | 0.15 | 0.75 | 0.49 |
HSV | 56° | 85° | 86° |
CMYK | 0.00 | 0.06 | 0.85 0.14 |
XYZ | 51.3055 | 58.8270 | 10.0172 |
Yxy | 58.8270 | 0.4270 | 0.4896 |
Hunter Lab | 76.6988 | -14.8202 | 45.9456 |
CIE-Lab | 81.1964 | -11.8400 | 77.2930 |
#dbcd20 color RGB value is (219,205,32).
#dbcd20 hex color red value is 219, green value is 205 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dbcd20 hue: 0.15 , saturation: 0.75 and the lightness value of dbcd20 is 0.49.
The process color (four color CMYK) of #dbcd20 color hex is 0.00, 0.06, 0.85, 0.14. Web safe color of #dbcd20 is #cccc33. Color #dbcd20 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001101 | 00100000 |
Octal | 333 | 315 | 40 |
Decimal | 219 | 205 | 32 |
Hex | DB | CD | 20 |
Shades of #dbcd20
Tints of #dbcd20
RGB Percentages of Color #dbcd20
CMYK Percentages of Color #dbcd20
Complementary Color
#dbcd20 | #202edb |
#dbcd20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcd20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcd20 Color CSS Codes
.mybgcolor {background-color:#dbcd20; } .myforecolor {color:#dbcd20; } .mybordercolor {border:3px solid #dbcd20; }
#dbcd20 Text Font Color
<p style="color:#dbcd20">Text here</p>
This sample text font color is #dbcd20
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.
#dbcd20 Background Color
<div style="background-color:#dbcd20">
Div content here</div>
This div background color is #dbcd20
#dbcd20 Border Color
<div style="border:3px solid #dbcd20">
Div here</div>
This div border color is #dbcd20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,205,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcd20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcd20; -webkit-box-shadow: 1px 1px 3px 2px #dbcd20; box-shadow: 1px 1px 3px 2px #dbcd20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,205,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbcd20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcd20; -webkit-box-shadow: 1px 1px 3px 2px #dbcd20; box-shadow: 1px 1px 3px 2px #dbcd20;">
Div content here</div>
This div box has shadow with color #dbcd20
Comments
No comments written yet.
Please login to write comment.