Shades of Dark Goldenrod #C97A0A
Tints of Dark Goldenrod #C97A0A
RGB
CMYK
RGB Variations
Color information
#C97A0A (or 0xC97A0A) is known color: Dark Goldenrod. HEX triplet: C9, 7A and 0A. RGB value is (201,122,10). Sum of RGB (Red+Green+Blue) = 201+122+10=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A0A is #3685F5. Grayscale: #858585. Windows color (decimal): -3573238 or 686793. OLE color: 686793.
HSL color Cylindrical-coordinate representation of color #C97A0A: hue angle of 35.18º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C97A0A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.21 |
| HSL | 35.18º | 0.91% | 0.41% | - |
| HSV(B) | 35.18º | 0.95% | 0.79% | - |
| XYZ | 31.1 | 26.36 | 3.74 | - |
| YUV | 132.85 | 58.67 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 10 | 0 | 0.39 | 0.95 | 0.21 | 35.18 | 0.91 | 0.41 |
| Hex | C9 | 7A | A | 0 | 27 | 5F | 15 | 23 | 5B | 29 |
| Octal | 311 | 172 | 12 | 0 | 47 | 137 | 25 | 43 | 133 | 51 |
| Binary | 11001001 | 1111010 | 1010 | 0 | 100111 | 1011111 | 10101 | 100011 | 1011011 | 101001 |
Color Harmonies of #C97A0A
Complementary color
Monochromatic Colors of #C97A0A
Black with #C97A0A
Text Example
Text Example
White with #C97A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A0A; }
p { color: rgb(201,122,10); }
H1.HeaderClassName
{
color: #C97A0A;
}
.AnyTagClassName
{
color: #C97A0A;
}
</style>
background-color css
<style>
a { background-color: #C97A0A; }
a { background-color: rgb(201,122,10); }
div.DivClassName
{
background-color: #C97A0A;
}
.BgClassName
{
background-color: #C97A0A;
}
</style>
border-color css
<style>
span { border-color: #C97A0A; }
span { border-color: rgb(201,122,10); }
td.TdClassName
{
border-color: #C97A0A;
}
.TagClassName
{
border-color: #C97A0A;
}
</style>