Shades of Dark Goldenrod #C08807
Tints of Dark Goldenrod #C08807
RGB
CMYK
RGB Variations
Color information
#C08807 (or 0xC08807) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 07. RGB value is (192,136,7). Sum of RGB (Red+Green+Blue) = 192+136+7=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C08807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08807 is #3F77F8. Grayscale: #8A8A8A. Windows color (decimal): -4159481 or 493760. OLE color: 493760.
HSL color Cylindrical-coordinate representation of color #C08807: hue angle of 41.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C08807 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.25 |
| HSL | 41.84º | 0.93% | 0.39% | - |
| HSV(B) | 41.84º | 0.96% | 0.75% | - |
| XYZ | 30.58 | 28.83 | 4.15 | - |
| YUV | 138.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 7 | 0 | 0.29 | 0.96 | 0.25 | 41.84 | 0.93 | 0.39 |
| Hex | C0 | 88 | 7 | 0 | 1D | 60 | 19 | 2A | 5D | 27 |
| Octal | 300 | 210 | 7 | 0 | 35 | 140 | 31 | 52 | 135 | 47 |
| Binary | 11000000 | 10001000 | 111 | 0 | 11101 | 1100000 | 11001 | 101010 | 1011101 | 100111 |
Color Harmonies of #C08807
Complementary color
Monochromatic Colors of #C08807
Black with #C08807
Text Example
Text Example
White with #C08807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08807; }
p { color: rgb(192,136,7); }
H1.HeaderClassName
{
color: #C08807;
}
.AnyTagClassName
{
color: #C08807;
}
</style>
background-color css
<style>
a { background-color: #C08807; }
a { background-color: rgb(192,136,7); }
div.DivClassName
{
background-color: #C08807;
}
.BgClassName
{
background-color: #C08807;
}
</style>
border-color css
<style>
span { border-color: #C08807; }
span { border-color: rgb(192,136,7); }
td.TdClassName
{
border-color: #C08807;
}
.TagClassName
{
border-color: #C08807;
}
</style>