Shades of Dark Goldenrod #C08D08
Tints of Dark Goldenrod #C08D08
RGB
CMYK
RGB Variations
Color information
#C08D08 (or 0xC08D08) is known color: Dark Goldenrod. HEX triplet: C0, 8D and 08. RGB value is (192,141,8). Sum of RGB (Red+Green+Blue) = 192+141+8=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08D08 is #3F72F7. Grayscale: #8D8D8D. Windows color (decimal): -4158200 or 560576. OLE color: 560576.
HSL color Cylindrical-coordinate representation of color #C08D08: hue angle of 43.37º 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 #C08D08 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.25 |
| HSL | 43.37º | 0.92% | 0.39% | - |
| HSV(B) | 43.37º | 0.96% | 0.75% | - |
| XYZ | 31.31 | 30.27 | 4.42 | - |
| YUV | 141.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 8 | 0 | 0.27 | 0.96 | 0.25 | 43.37 | 0.92 | 0.39 |
| Hex | C0 | 8D | 8 | 0 | 1B | 60 | 19 | 2B | 5C | 27 |
| Octal | 300 | 215 | 10 | 0 | 33 | 140 | 31 | 53 | 134 | 47 |
| Binary | 11000000 | 10001101 | 1000 | 0 | 11011 | 1100000 | 11001 | 101011 | 1011100 | 100111 |
Color Harmonies of #C08D08
Complementary color
Monochromatic Colors of #C08D08
Black with #C08D08
Text Example
Text Example
White with #C08D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D08; }
p { color: rgb(192,141,8); }
H1.HeaderClassName
{
color: #C08D08;
}
.AnyTagClassName
{
color: #C08D08;
}
</style>
background-color css
<style>
a { background-color: #C08D08; }
a { background-color: rgb(192,141,8); }
div.DivClassName
{
background-color: #C08D08;
}
.BgClassName
{
background-color: #C08D08;
}
</style>
border-color css
<style>
span { border-color: #C08D08; }
span { border-color: rgb(192,141,8); }
td.TdClassName
{
border-color: #C08D08;
}
.TagClassName
{
border-color: #C08D08;
}
</style>