Color spaces of #dbab33
RGB | 219 | 171 | 51 |
---|---|---|---|
HSL | 0.12 | 0.70 | 0.53 |
HSV | 43° | 77° | 86° |
CMYK | 0.00 | 0.22 | 0.77 0.14 |
XYZ | 44.3739 | 44.4249 | 9.3681 |
Yxy | 44.4249 | 0.4520 | 0.4525 |
Hunter Lab | 66.6520 | 2.1962 | 38.3231 |
CIE-Lab | 72.5116 | 6.3666 | 64.3130 |
#dbab33 color RGB value is (219,171,51).
#dbab33 hex color red value is 219, green value is 171 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dbab33 hue: 0.12 , saturation: 0.70 and the lightness value of dbab33 is 0.53.
The process color (four color CMYK) of #dbab33 color hex is 0.00, 0.22, 0.77, 0.14. Web safe color of #dbab33 is #cc9933. Color #dbab33 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101011 | 00110011 |
Octal | 333 | 253 | 63 |
Decimal | 219 | 171 | 51 |
Hex | DB | AB | 33 |
Shades of #dbab33
Tints of #dbab33
RGB Percentages of Color #dbab33
CMYK Percentages of Color #dbab33
Complementary Color
#dbab33 | #3363db |
#dbab33 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbab33 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbab33 Color CSS Codes
.mybgcolor {background-color:#dbab33; } .myforecolor {color:#dbab33; } .mybordercolor {border:3px solid #dbab33; }
#dbab33 Text Font Color
<p style="color:#dbab33">Text here</p>
This sample text font color is #dbab33
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.
#dbab33 Background Color
<div style="background-color:#dbab33">
Div content here</div>
This div background color is #dbab33
#dbab33 Border Color
<div style="border:3px solid #dbab33">
Div here</div>
This div border color is #dbab33
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,171,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbab33; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbab33; -webkit-box-shadow: 1px 1px 3px 2px #dbab33; box-shadow: 1px 1px 3px 2px #dbab33; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,171,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbab33">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbab33; -webkit-box-shadow: 1px 1px 3px 2px #dbab33; box-shadow: 1px 1px 3px 2px #dbab33;">
Div content here</div>
This div box has shadow with color #dbab33
Comments
No comments written yet.
Please login to write comment.