Shades of Dark Goldenrod #C97502
Tints of Dark Goldenrod #C97502
RGB
CMYK
RGB Variations
Color information
#C97502 (or 0xC97502) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 02. RGB value is (201,117,2). Sum of RGB (Red+Green+Blue) = 201+117+2=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C97502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97502 is #368AFD. Grayscale: #818181. Windows color (decimal): -3574526 or 161225. OLE color: 161225.
HSL color Cylindrical-coordinate representation of color #C97502: hue angle of 34.67º 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 #C97502 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.21 |
| HSL | 34.67º | 0.98% | 0.4% | - |
| HSV(B) | 34.67º | 0.99% | 0.79% | - |
| XYZ | 30.46 | 25.14 | 3.31 | - |
| YUV | 129.01 | 56.33 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 2 | 0 | 0.42 | 0.99 | 0.21 | 34.67 | 0.98 | 0.4 |
| Hex | C9 | 75 | 2 | 0 | 2A | 63 | 15 | 23 | 62 | 28 |
| Octal | 311 | 165 | 2 | 0 | 52 | 143 | 25 | 43 | 142 | 50 |
| Binary | 11001001 | 1110101 | 10 | 0 | 101010 | 1100011 | 10101 | 100011 | 1100010 | 101000 |
Color Harmonies of #C97502
Complementary color
Monochromatic Colors of #C97502
Black with #C97502
Text Example
Text Example
White with #C97502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97502; }
p { color: rgb(201,117,2); }
H1.HeaderClassName
{
color: #C97502;
}
.AnyTagClassName
{
color: #C97502;
}
</style>
background-color css
<style>
a { background-color: #C97502; }
a { background-color: rgb(201,117,2); }
div.DivClassName
{
background-color: #C97502;
}
.BgClassName
{
background-color: #C97502;
}
</style>
border-color css
<style>
span { border-color: #C97502; }
span { border-color: rgb(201,117,2); }
td.TdClassName
{
border-color: #C97502;
}
.TagClassName
{
border-color: #C97502;
}
</style>