Shades of Dark Goldenrod #D08203
Tints of Dark Goldenrod #D08203
RGB
CMYK
RGB Variations
Color information
#D08203 (or 0xD08203) is known color: Dark Goldenrod. HEX triplet: D0, 82 and 03. RGB value is (208,130,3). Sum of RGB (Red+Green+Blue) = 208+130+3=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D08203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08203 is #2F7DFC. Grayscale: #8B8B8B. Windows color (decimal): -3112445 or 230096. OLE color: 230096.
HSL color Cylindrical-coordinate representation of color #D08203: hue angle of 37.17º degrees, saturation: 0.97, 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 #D08203 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.18 |
| HSL | 37.17º | 0.97% | 0.41% | - |
| HSV(B) | 37.17º | 0.99% | 0.82% | - |
| XYZ | 34.01 | 29.38 | 3.96 | - |
| YUV | 138.84 | 51.34 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 3 | 0 | 0.38 | 0.99 | 0.18 | 37.17 | 0.97 | 0.41 |
| Hex | D0 | 82 | 3 | 0 | 26 | 63 | 12 | 25 | 61 | 29 |
| Octal | 320 | 202 | 3 | 0 | 46 | 143 | 22 | 45 | 141 | 51 |
| Binary | 11010000 | 10000010 | 11 | 0 | 100110 | 1100011 | 10010 | 100101 | 1100001 | 101001 |
Color Harmonies of #D08203
Complementary color
Monochromatic Colors of #D08203
Black with #D08203
Text Example
Text Example
White with #D08203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08203; }
p { color: rgb(208,130,3); }
H1.HeaderClassName
{
color: #D08203;
}
.AnyTagClassName
{
color: #D08203;
}
</style>
background-color css
<style>
a { background-color: #D08203; }
a { background-color: rgb(208,130,3); }
div.DivClassName
{
background-color: #D08203;
}
.BgClassName
{
background-color: #D08203;
}
</style>
border-color css
<style>
span { border-color: #D08203; }
span { border-color: rgb(208,130,3); }
td.TdClassName
{
border-color: #D08203;
}
.TagClassName
{
border-color: #D08203;
}
</style>