Shades of Dark Goldenrod #C37308
Tints of Dark Goldenrod #C37308
RGB
CMYK
RGB Variations
Color information
#C37308 (or 0xC37308) is known color: Dark Goldenrod. HEX triplet: C3, 73 and 08. RGB value is (195,115,8). Sum of RGB (Red+Green+Blue) = 195+115+8=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C37308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37308 is #3C8CF7. Grayscale: #7F7F7F. Windows color (decimal): -3968248 or 553923. OLE color: 553923.
HSL color Cylindrical-coordinate representation of color #C37308: hue angle of 34.33º 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 #C37308 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.24 |
| HSL | 34.33º | 0.92% | 0.4% | - |
| HSV(B) | 34.33º | 0.96% | 0.76% | - |
| XYZ | 28.68 | 23.88 | 3.33 | - |
| YUV | 126.72 | 61 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 8 | 0 | 0.41 | 0.96 | 0.24 | 34.33 | 0.92 | 0.4 |
| Hex | C3 | 73 | 8 | 0 | 29 | 60 | 18 | 22 | 5C | 28 |
| Octal | 303 | 163 | 10 | 0 | 51 | 140 | 30 | 42 | 134 | 50 |
| Binary | 11000011 | 1110011 | 1000 | 0 | 101001 | 1100000 | 11000 | 100010 | 1011100 | 101000 |
Color Harmonies of #C37308
Complementary color
Monochromatic Colors of #C37308
Black with #C37308
Text Example
Text Example
White with #C37308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37308; }
p { color: rgb(195,115,8); }
H1.HeaderClassName
{
color: #C37308;
}
.AnyTagClassName
{
color: #C37308;
}
</style>
background-color css
<style>
a { background-color: #C37308; }
a { background-color: rgb(195,115,8); }
div.DivClassName
{
background-color: #C37308;
}
.BgClassName
{
background-color: #C37308;
}
</style>
border-color css
<style>
span { border-color: #C37308; }
span { border-color: rgb(195,115,8); }
td.TdClassName
{
border-color: #C37308;
}
.TagClassName
{
border-color: #C37308;
}
</style>