Shades of Dark Goldenrod #D08C08
Tints of Dark Goldenrod #D08C08
RGB
CMYK
RGB Variations
Color information
#D08C08 (or 0xD08C08) is known color: Dark Goldenrod. HEX triplet: D0, 8C and 08. RGB value is (208,140,8). Sum of RGB (Red+Green+Blue) = 208+140+8=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C08 is #2F73F7. Grayscale: #919191. Windows color (decimal): -3109880 or 560336. OLE color: 560336.
HSL color Cylindrical-coordinate representation of color #D08C08: hue angle of 39.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D08C08 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.18 |
| HSL | 39.6º | 0.93% | 0.42% | - |
| HSV(B) | 39.6º | 0.96% | 0.82% | - |
| XYZ | 35.43 | 32.18 | 4.57 | - |
| YUV | 145.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 8 | 0 | 0.33 | 0.96 | 0.18 | 39.6 | 0.93 | 0.42 |
| Hex | D0 | 8C | 8 | 0 | 21 | 60 | 12 | 28 | 5D | 2A |
| Octal | 320 | 214 | 10 | 0 | 41 | 140 | 22 | 50 | 135 | 52 |
| Binary | 11010000 | 10001100 | 1000 | 0 | 100001 | 1100000 | 10010 | 101000 | 1011101 | 101010 |
Color Harmonies of #D08C08
Complementary color
Monochromatic Colors of #D08C08
Black with #D08C08
Text Example
Text Example
White with #D08C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C08; }
p { color: rgb(208,140,8); }
H1.HeaderClassName
{
color: #D08C08;
}
.AnyTagClassName
{
color: #D08C08;
}
</style>
background-color css
<style>
a { background-color: #D08C08; }
a { background-color: rgb(208,140,8); }
div.DivClassName
{
background-color: #D08C08;
}
.BgClassName
{
background-color: #D08C08;
}
</style>
border-color css
<style>
span { border-color: #D08C08; }
span { border-color: rgb(208,140,8); }
td.TdClassName
{
border-color: #D08C08;
}
.TagClassName
{
border-color: #D08C08;
}
</style>