Shades of Dark Goldenrod #C97B0C
Tints of Dark Goldenrod #C97B0C
RGB
CMYK
RGB Variations
Color information
#C97B0C (or 0xC97B0C) is known color: Dark Goldenrod. HEX triplet: C9, 7B and 0C. RGB value is (201,123,12). Sum of RGB (Red+Green+Blue) = 201+123+12=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97B0C is #3684F3. Grayscale: #868686. Windows color (decimal): -3572980 or 818121. OLE color: 818121.
HSL color Cylindrical-coordinate representation of color #C97B0C: hue angle of 35.24º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C97B0C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.21 |
| HSL | 35.24º | 0.89% | 0.42% | - |
| HSV(B) | 35.24º | 0.94% | 0.79% | - |
| XYZ | 31.24 | 26.61 | 3.84 | - |
| YUV | 133.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 12 | 0 | 0.39 | 0.94 | 0.21 | 35.24 | 0.89 | 0.42 |
| Hex | C9 | 7B | C | 0 | 27 | 5E | 15 | 23 | 59 | 2A |
| Octal | 311 | 173 | 14 | 0 | 47 | 136 | 25 | 43 | 131 | 52 |
| Binary | 11001001 | 1111011 | 1100 | 0 | 100111 | 1011110 | 10101 | 100011 | 1011001 | 101010 |
Color Harmonies of #C97B0C
Complementary color
Monochromatic Colors of #C97B0C
Black with #C97B0C
Text Example
Text Example
White with #C97B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B0C; }
p { color: rgb(201,123,12); }
H1.HeaderClassName
{
color: #C97B0C;
}
.AnyTagClassName
{
color: #C97B0C;
}
</style>
background-color css
<style>
a { background-color: #C97B0C; }
a { background-color: rgb(201,123,12); }
div.DivClassName
{
background-color: #C97B0C;
}
.BgClassName
{
background-color: #C97B0C;
}
</style>
border-color css
<style>
span { border-color: #C97B0C; }
span { border-color: rgb(201,123,12); }
td.TdClassName
{
border-color: #C97B0C;
}
.TagClassName
{
border-color: #C97B0C;
}
</style>