Shades of Dark Goldenrod #C37008
Tints of Dark Goldenrod #C37008
RGB
CMYK
RGB Variations
Color information
#C37008 (or 0xC37008) is known color: Dark Goldenrod. HEX triplet: C3, 70 and 08. RGB value is (195,112,8). Sum of RGB (Red+Green+Blue) = 195+112+8=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C37008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37008 is #3C8FF7. Grayscale: #7D7D7D. Windows color (decimal): -3969016 or 553155. OLE color: 553155.
HSL color Cylindrical-coordinate representation of color #C37008: hue angle of 33.37º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C37008 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.24 |
| HSL | 33.37º | 0.92% | 0.4% | - |
| HSV(B) | 33.37º | 0.96% | 0.76% | - |
| XYZ | 28.34 | 23.21 | 3.22 | - |
| YUV | 124.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 8 | 0 | 0.43 | 0.96 | 0.24 | 33.37 | 0.92 | 0.4 |
| Hex | C3 | 70 | 8 | 0 | 2B | 60 | 18 | 21 | 5C | 28 |
| Octal | 303 | 160 | 10 | 0 | 53 | 140 | 30 | 41 | 134 | 50 |
| Binary | 11000011 | 1110000 | 1000 | 0 | 101011 | 1100000 | 11000 | 100001 | 1011100 | 101000 |
Color Harmonies of #C37008
Complementary color
Monochromatic Colors of #C37008
Black with #C37008
Text Example
Text Example
White with #C37008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37008; }
p { color: rgb(195,112,8); }
H1.HeaderClassName
{
color: #C37008;
}
.AnyTagClassName
{
color: #C37008;
}
</style>
background-color css
<style>
a { background-color: #C37008; }
a { background-color: rgb(195,112,8); }
div.DivClassName
{
background-color: #C37008;
}
.BgClassName
{
background-color: #C37008;
}
</style>
border-color css
<style>
span { border-color: #C37008; }
span { border-color: rgb(195,112,8); }
td.TdClassName
{
border-color: #C37008;
}
.TagClassName
{
border-color: #C37008;
}
</style>