Color spaces of #dbd431
RGB | 219 | 212 | 49 |
---|---|---|---|
HSL | 0.16 | 0.70 | 0.53 |
HSV | 58° | 78° | 86° |
CMYK | 0.00 | 0.03 | 0.78 0.14 |
XYZ | 53.3113 | 62.3688 | 12.1343 |
Yxy | 62.3688 | 0.4171 | 0.4880 |
Hunter Lab | 78.9739 | -17.7080 | 46.1719 |
CIE-Lab | 83.1092 | -14.8469 | 74.6321 |
#dbd431 color RGB value is (219,212,49).
#dbd431 hex color red value is 219, green value is 212 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dbd431 hue: 0.16 , saturation: 0.70 and the lightness value of dbd431 is 0.53.
The process color (four color CMYK) of #dbd431 color hex is 0.00, 0.03, 0.78, 0.14. Web safe color of #dbd431 is #cccc33. Color #dbd431 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010100 | 00110001 |
Octal | 333 | 324 | 61 |
Decimal | 219 | 212 | 49 |
Hex | DB | D4 | 31 |
Shades of #dbd431
Tints of #dbd431
RGB Percentages of Color #dbd431
CMYK Percentages of Color #dbd431
Complementary Color
#dbd431 | #3138db |
#dbd431 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd431 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd431 Color CSS Codes
.mybgcolor {background-color:#dbd431; } .myforecolor {color:#dbd431; } .mybordercolor {border:3px solid #dbd431; }
#dbd431 Text Font Color
<p style="color:#dbd431">Text here</p>
This sample text font color is #dbd431
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.
#dbd431 Background Color
<div style="background-color:#dbd431">
Div content here</div>
This div background color is #dbd431
#dbd431 Border Color
<div style="border:3px solid #dbd431">
Div here</div>
This div border color is #dbd431
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,212,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd431; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd431; -webkit-box-shadow: 1px 1px 3px 2px #dbd431; box-shadow: 1px 1px 3px 2px #dbd431; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,212,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd431">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd431; -webkit-box-shadow: 1px 1px 3px 2px #dbd431; box-shadow: 1px 1px 3px 2px #dbd431;">
Div content here</div>
This div box has shadow with color #dbd431
Comments
No comments written yet.
Please login to write comment.