Color spaces of #dba82d
RGB | 219 | 168 | 45 |
---|---|---|---|
HSL | 0.12 | 0.71 | 0.52 |
HSV | 42° | 79° | 86° |
CMYK | 0.00 | 0.23 | 0.79 0.14 |
XYZ | 43.6897 | 43.2548 | 8.5289 |
Yxy | 43.2548 | 0.4576 | 0.4531 |
Hunter Lab | 65.7684 | 3.4822 | 38.3491 |
CIE-Lab | 71.7276 | 7.7421 | 65.6806 |
#dba82d color RGB value is (219,168,45).
#dba82d hex color red value is 219, green value is 168 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dba82d hue: 0.12 , saturation: 0.71 and the lightness value of dba82d is 0.52.
The process color (four color CMYK) of #dba82d color hex is 0.00, 0.23, 0.79, 0.14. Web safe color of #dba82d is #cc9933. Color #dba82d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101000 | 00101101 |
Octal | 333 | 250 | 55 |
Decimal | 219 | 168 | 45 |
Hex | DB | A8 | 2D |
Shades of #dba82d
Tints of #dba82d
RGB Percentages of Color #dba82d
CMYK Percentages of Color #dba82d
Complementary Color
#dba82d | #2d60db |
#dba82d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba82d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba82d Color CSS Codes
.mybgcolor {background-color:#dba82d; } .myforecolor {color:#dba82d; } .mybordercolor {border:3px solid #dba82d; }
#dba82d Text Font Color
<p style="color:#dba82d">Text here</p>
This sample text font color is #dba82d
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.
#dba82d Background Color
<div style="background-color:#dba82d">
Div content here</div>
This div background color is #dba82d
#dba82d Border Color
<div style="border:3px solid #dba82d">
Div here</div>
This div border color is #dba82d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,168,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba82d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba82d; -webkit-box-shadow: 1px 1px 3px 2px #dba82d; box-shadow: 1px 1px 3px 2px #dba82d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,168,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba82d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba82d; -webkit-box-shadow: 1px 1px 3px 2px #dba82d; box-shadow: 1px 1px 3px 2px #dba82d;">
Div content here</div>
This div box has shadow with color #dba82d
Comments
No comments written yet.
Please login to write comment.