Shades of Dark Goldenrod #C97505
Tints of Dark Goldenrod #C97505
RGB
CMYK
RGB Variations
Color information
#C97505 (or 0xC97505) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 05. RGB value is (201,117,5). Sum of RGB (Red+Green+Blue) = 201+117+5=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C97505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97505 is #368AFA. Grayscale: #818181. Windows color (decimal): -3574523 or 357833. OLE color: 357833.
HSL color Cylindrical-coordinate representation of color #C97505: hue angle of 34.29º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C97505 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.21 |
| HSL | 34.29º | 0.95% | 0.4% | - |
| HSV(B) | 34.29º | 0.98% | 0.79% | - |
| XYZ | 30.48 | 25.15 | 3.39 | - |
| YUV | 129.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 5 | 0 | 0.42 | 0.98 | 0.21 | 34.29 | 0.95 | 0.4 |
| Hex | C9 | 75 | 5 | 0 | 2A | 62 | 15 | 22 | 5F | 28 |
| Octal | 311 | 165 | 5 | 0 | 52 | 142 | 25 | 42 | 137 | 50 |
| Binary | 11001001 | 1110101 | 101 | 0 | 101010 | 1100010 | 10101 | 100010 | 1011111 | 101000 |
Color Harmonies of #C97505
Complementary color
Monochromatic Colors of #C97505
Black with #C97505
Text Example
Text Example
White with #C97505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97505; }
p { color: rgb(201,117,5); }
H1.HeaderClassName
{
color: #C97505;
}
.AnyTagClassName
{
color: #C97505;
}
</style>
background-color css
<style>
a { background-color: #C97505; }
a { background-color: rgb(201,117,5); }
div.DivClassName
{
background-color: #C97505;
}
.BgClassName
{
background-color: #C97505;
}
</style>
border-color css
<style>
span { border-color: #C97505; }
span { border-color: rgb(201,117,5); }
td.TdClassName
{
border-color: #C97505;
}
.TagClassName
{
border-color: #C97505;
}
</style>