Shades of Dark Goldenrod #C97802
Tints of Dark Goldenrod #C97802
RGB
CMYK
RGB Variations
Color information
#C97802 (or 0xC97802) is known color: Dark Goldenrod. HEX triplet: C9, 78 and 02. RGB value is (201,120,2). Sum of RGB (Red+Green+Blue) = 201+120+2=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C97802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97802 is #3687FD. Grayscale: #838383. Windows color (decimal): -3573758 or 161993. OLE color: 161993.
HSL color Cylindrical-coordinate representation of color #C97802: hue angle of 35.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C97802 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.21 |
| HSL | 35.58º | 0.98% | 0.4% | - |
| HSV(B) | 35.58º | 0.99% | 0.79% | - |
| XYZ | 30.81 | 25.85 | 3.42 | - |
| YUV | 130.77 | 55.34 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 2 | 0 | 0.40 | 0.99 | 0.21 | 35.58 | 0.98 | 0.4 |
| Hex | C9 | 78 | 2 | 0 | 28 | 63 | 15 | 24 | 62 | 28 |
| Octal | 311 | 170 | 2 | 0 | 50 | 143 | 25 | 44 | 142 | 50 |
| Binary | 11001001 | 1111000 | 10 | 0 | 101000 | 1100011 | 10101 | 100100 | 1100010 | 101000 |
Color Harmonies of #C97802
Complementary color
Monochromatic Colors of #C97802
Black with #C97802
Text Example
Text Example
White with #C97802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97802; }
p { color: rgb(201,120,2); }
H1.HeaderClassName
{
color: #C97802;
}
.AnyTagClassName
{
color: #C97802;
}
</style>
background-color css
<style>
a { background-color: #C97802; }
a { background-color: rgb(201,120,2); }
div.DivClassName
{
background-color: #C97802;
}
.BgClassName
{
background-color: #C97802;
}
</style>
border-color css
<style>
span { border-color: #C97802; }
span { border-color: rgb(201,120,2); }
td.TdClassName
{
border-color: #C97802;
}
.TagClassName
{
border-color: #C97802;
}
</style>