Shades of Dark Goldenrod #D08D02
Tints of Dark Goldenrod #D08D02
RGB
CMYK
RGB Variations
Color information
#D08D02 (or 0xD08D02) is known color: Dark Goldenrod. HEX triplet: D0, 8D and 02. RGB value is (208,141,2). Sum of RGB (Red+Green+Blue) = 208+141+2=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D02 is #2F72FD. Grayscale: #919191. Windows color (decimal): -3109630 or 167376. OLE color: 167376.
HSL color Cylindrical-coordinate representation of color #D08D02: hue angle of 40.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D08D02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.18 |
| HSL | 40.49º | 0.98% | 0.41% | - |
| HSV(B) | 40.49º | 0.99% | 0.82% | - |
| XYZ | 35.55 | 32.46 | 4.45 | - |
| YUV | 145.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 2 | 0 | 0.32 | 0.99 | 0.18 | 40.49 | 0.98 | 0.41 |
| Hex | D0 | 8D | 2 | 0 | 20 | 63 | 12 | 28 | 62 | 29 |
| Octal | 320 | 215 | 2 | 0 | 40 | 143 | 22 | 50 | 142 | 51 |
| Binary | 11010000 | 10001101 | 10 | 0 | 100000 | 1100011 | 10010 | 101000 | 1100010 | 101001 |
Color Harmonies of #D08D02
Complementary color
Monochromatic Colors of #D08D02
Black with #D08D02
Text Example
Text Example
White with #D08D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D02; }
p { color: rgb(208,141,2); }
H1.HeaderClassName
{
color: #D08D02;
}
.AnyTagClassName
{
color: #D08D02;
}
</style>
background-color css
<style>
a { background-color: #D08D02; }
a { background-color: rgb(208,141,2); }
div.DivClassName
{
background-color: #D08D02;
}
.BgClassName
{
background-color: #D08D02;
}
</style>
border-color css
<style>
span { border-color: #D08D02; }
span { border-color: rgb(208,141,2); }
td.TdClassName
{
border-color: #D08D02;
}
.TagClassName
{
border-color: #D08D02;
}
</style>