Shades of Dark Goldenrod #C08908
Tints of Dark Goldenrod #C08908
RGB
CMYK
RGB Variations
Color information
#C08908 (or 0xC08908) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 08. RGB value is (192,137,8). Sum of RGB (Red+Green+Blue) = 192+137+8=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C08908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08908 is #3F76F7. Grayscale: #8B8B8B. Windows color (decimal): -4159224 or 559552. OLE color: 559552.
HSL color Cylindrical-coordinate representation of color #C08908: hue angle of 42.07º degrees, saturation: 0.92, 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 #C08908 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.25 |
| HSL | 42.07º | 0.92% | 0.39% | - |
| HSV(B) | 42.07º | 0.96% | 0.75% | - |
| XYZ | 30.73 | 29.12 | 4.23 | - |
| YUV | 138.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 8 | 0 | 0.29 | 0.96 | 0.25 | 42.07 | 0.92 | 0.39 |
| Hex | C0 | 89 | 8 | 0 | 1D | 60 | 19 | 2A | 5C | 27 |
| Octal | 300 | 211 | 10 | 0 | 35 | 140 | 31 | 52 | 134 | 47 |
| Binary | 11000000 | 10001001 | 1000 | 0 | 11101 | 1100000 | 11001 | 101010 | 1011100 | 100111 |
Color Harmonies of #C08908
Complementary color
Monochromatic Colors of #C08908
Black with #C08908
Text Example
Text Example
White with #C08908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08908; }
p { color: rgb(192,137,8); }
H1.HeaderClassName
{
color: #C08908;
}
.AnyTagClassName
{
color: #C08908;
}
</style>
background-color css
<style>
a { background-color: #C08908; }
a { background-color: rgb(192,137,8); }
div.DivClassName
{
background-color: #C08908;
}
.BgClassName
{
background-color: #C08908;
}
</style>
border-color css
<style>
span { border-color: #C08908; }
span { border-color: rgb(192,137,8); }
td.TdClassName
{
border-color: #C08908;
}
.TagClassName
{
border-color: #C08908;
}
</style>