Shades of Dark Goldenrod #D08302
Tints of Dark Goldenrod #D08302
RGB
CMYK
RGB Variations
Color information
#D08302 (or 0xD08302) is known color: Dark Goldenrod. HEX triplet: D0, 83 and 02. RGB value is (208,131,2). Sum of RGB (Red+Green+Blue) = 208+131+2=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D08302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08302 is #2F7CFD. Grayscale: #8B8B8B. Windows color (decimal): -3112190 or 164816. OLE color: 164816.
HSL color Cylindrical-coordinate representation of color #D08302: hue angle of 37.57º 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 #D08302 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.18 |
| HSL | 37.57º | 0.98% | 0.41% | - |
| HSV(B) | 37.57º | 0.99% | 0.82% | - |
| XYZ | 34.14 | 29.65 | 3.98 | - |
| YUV | 139.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 2 | 0 | 0.37 | 0.99 | 0.18 | 37.57 | 0.98 | 0.41 |
| Hex | D0 | 83 | 2 | 0 | 25 | 63 | 12 | 26 | 62 | 29 |
| Octal | 320 | 203 | 2 | 0 | 45 | 143 | 22 | 46 | 142 | 51 |
| Binary | 11010000 | 10000011 | 10 | 0 | 100101 | 1100011 | 10010 | 100110 | 1100010 | 101001 |
Color Harmonies of #D08302
Complementary color
Monochromatic Colors of #D08302
Black with #D08302
Text Example
Text Example
White with #D08302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08302; }
p { color: rgb(208,131,2); }
H1.HeaderClassName
{
color: #D08302;
}
.AnyTagClassName
{
color: #D08302;
}
</style>
background-color css
<style>
a { background-color: #D08302; }
a { background-color: rgb(208,131,2); }
div.DivClassName
{
background-color: #D08302;
}
.BgClassName
{
background-color: #D08302;
}
</style>
border-color css
<style>
span { border-color: #D08302; }
span { border-color: rgb(208,131,2); }
td.TdClassName
{
border-color: #D08302;
}
.TagClassName
{
border-color: #D08302;
}
</style>