Shades of Dark Goldenrod #C37808
Tints of Dark Goldenrod #C37808
RGB
CMYK
RGB Variations
Color information
#C37808 (or 0xC37808) is known color: Dark Goldenrod. HEX triplet: C3, 78 and 08. RGB value is (195,120,8). Sum of RGB (Red+Green+Blue) = 195+120+8=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C37808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37808 is #3C87F7. Grayscale: #828282. Windows color (decimal): -3966968 or 555203. OLE color: 555203.
HSL color Cylindrical-coordinate representation of color #C37808: hue angle of 35.94º 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 #C37808 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.24 |
| HSL | 35.94º | 0.92% | 0.4% | - |
| HSV(B) | 35.94º | 0.96% | 0.76% | - |
| XYZ | 29.27 | 25.05 | 3.52 | - |
| YUV | 129.66 | 59.35 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 8 | 0 | 0.38 | 0.96 | 0.24 | 35.94 | 0.92 | 0.4 |
| Hex | C3 | 78 | 8 | 0 | 26 | 60 | 18 | 24 | 5C | 28 |
| Octal | 303 | 170 | 10 | 0 | 46 | 140 | 30 | 44 | 134 | 50 |
| Binary | 11000011 | 1111000 | 1000 | 0 | 100110 | 1100000 | 11000 | 100100 | 1011100 | 101000 |
Color Harmonies of #C37808
Complementary color
Monochromatic Colors of #C37808
Black with #C37808
Text Example
Text Example
White with #C37808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37808; }
p { color: rgb(195,120,8); }
H1.HeaderClassName
{
color: #C37808;
}
.AnyTagClassName
{
color: #C37808;
}
</style>
background-color css
<style>
a { background-color: #C37808; }
a { background-color: rgb(195,120,8); }
div.DivClassName
{
background-color: #C37808;
}
.BgClassName
{
background-color: #C37808;
}
</style>
border-color css
<style>
span { border-color: #C37808; }
span { border-color: rgb(195,120,8); }
td.TdClassName
{
border-color: #C37808;
}
.TagClassName
{
border-color: #C37808;
}
</style>