Shades of Dark Goldenrod #D08202
Tints of Dark Goldenrod #D08202
RGB
CMYK
RGB Variations
Color information
#D08202 (or 0xD08202) is known color: Dark Goldenrod. HEX triplet: D0, 82 and 02. RGB value is (208,130,2). Sum of RGB (Red+Green+Blue) = 208+130+2=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D08202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08202 is #2F7DFD. Grayscale: #8B8B8B. Windows color (decimal): -3112446 or 164560. OLE color: 164560.
HSL color Cylindrical-coordinate representation of color #D08202: hue angle of 37.28º 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 #D08202 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.18 |
| HSL | 37.28º | 0.98% | 0.41% | - |
| HSV(B) | 37.28º | 0.99% | 0.82% | - |
| XYZ | 34.01 | 29.38 | 3.94 | - |
| YUV | 138.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 2 | 0 | 0.38 | 0.99 | 0.18 | 37.28 | 0.98 | 0.41 |
| Hex | D0 | 82 | 2 | 0 | 26 | 63 | 12 | 25 | 62 | 29 |
| Octal | 320 | 202 | 2 | 0 | 46 | 143 | 22 | 45 | 142 | 51 |
| Binary | 11010000 | 10000010 | 10 | 0 | 100110 | 1100011 | 10010 | 100101 | 1100010 | 101001 |
Color Harmonies of #D08202
Complementary color
Monochromatic Colors of #D08202
Black with #D08202
Text Example
Text Example
White with #D08202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08202; }
p { color: rgb(208,130,2); }
H1.HeaderClassName
{
color: #D08202;
}
.AnyTagClassName
{
color: #D08202;
}
</style>
background-color css
<style>
a { background-color: #D08202; }
a { background-color: rgb(208,130,2); }
div.DivClassName
{
background-color: #D08202;
}
.BgClassName
{
background-color: #D08202;
}
</style>
border-color css
<style>
span { border-color: #D08202; }
span { border-color: rgb(208,130,2); }
td.TdClassName
{
border-color: #D08202;
}
.TagClassName
{
border-color: #D08202;
}
</style>