Shades of Dark Goldenrod #C37D08
Tints of Dark Goldenrod #C37D08
RGB
CMYK
RGB Variations
Color information
#C37D08 (or 0xC37D08) is known color: Dark Goldenrod. HEX triplet: C3, 7D and 08. RGB value is (195,125,8). Sum of RGB (Red+Green+Blue) = 195+125+8=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D08 is #3C82F7. Grayscale: #858585. Windows color (decimal): -3965688 or 556483. OLE color: 556483.
HSL color Cylindrical-coordinate representation of color #C37D08: hue angle of 37.54º 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 #C37D08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.24 |
| HSL | 37.54º | 0.92% | 0.4% | - |
| HSV(B) | 37.54º | 0.96% | 0.76% | - |
| XYZ | 29.88 | 26.29 | 3.73 | - |
| YUV | 132.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 8 | 0 | 0.36 | 0.96 | 0.24 | 37.54 | 0.92 | 0.4 |
| Hex | C3 | 7D | 8 | 0 | 24 | 60 | 18 | 26 | 5C | 28 |
| Octal | 303 | 175 | 10 | 0 | 44 | 140 | 30 | 46 | 134 | 50 |
| Binary | 11000011 | 1111101 | 1000 | 0 | 100100 | 1100000 | 11000 | 100110 | 1011100 | 101000 |
Color Harmonies of #C37D08
Complementary color
Monochromatic Colors of #C37D08
Black with #C37D08
Text Example
Text Example
White with #C37D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D08; }
p { color: rgb(195,125,8); }
H1.HeaderClassName
{
color: #C37D08;
}
.AnyTagClassName
{
color: #C37D08;
}
</style>
background-color css
<style>
a { background-color: #C37D08; }
a { background-color: rgb(195,125,8); }
div.DivClassName
{
background-color: #C37D08;
}
.BgClassName
{
background-color: #C37D08;
}
</style>
border-color css
<style>
span { border-color: #C37D08; }
span { border-color: rgb(195,125,8); }
td.TdClassName
{
border-color: #C37D08;
}
.TagClassName
{
border-color: #C37D08;
}
</style>