Shades of Dark Goldenrod #C97D09
Tints of Dark Goldenrod #C97D09
RGB
CMYK
RGB Variations
Color information
#C97D09 (or 0xC97D09) is known color: Dark Goldenrod. HEX triplet: C9, 7D and 09. RGB value is (201,125,9). Sum of RGB (Red+Green+Blue) = 201+125+9=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D09 is #3682F6. Grayscale: #878787. Windows color (decimal): -3572471 or 622025. OLE color: 622025.
HSL color Cylindrical-coordinate representation of color #C97D09: hue angle of 36.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C97D09 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.21 |
| HSL | 36.25º | 0.91% | 0.41% | - |
| HSV(B) | 36.25º | 0.96% | 0.79% | - |
| XYZ | 31.47 | 27.1 | 3.83 | - |
| YUV | 134.5 | 57.18 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 9 | 0 | 0.38 | 0.96 | 0.21 | 36.25 | 0.91 | 0.41 |
| Hex | C9 | 7D | 9 | 0 | 26 | 60 | 15 | 24 | 5B | 29 |
| Octal | 311 | 175 | 11 | 0 | 46 | 140 | 25 | 44 | 133 | 51 |
| Binary | 11001001 | 1111101 | 1001 | 0 | 100110 | 1100000 | 10101 | 100100 | 1011011 | 101001 |
Color Harmonies of #C97D09
Complementary color
Monochromatic Colors of #C97D09
Black with #C97D09
Text Example
Text Example
White with #C97D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D09; }
p { color: rgb(201,125,9); }
H1.HeaderClassName
{
color: #C97D09;
}
.AnyTagClassName
{
color: #C97D09;
}
</style>
background-color css
<style>
a { background-color: #C97D09; }
a { background-color: rgb(201,125,9); }
div.DivClassName
{
background-color: #C97D09;
}
.BgClassName
{
background-color: #C97D09;
}
</style>
border-color css
<style>
span { border-color: #C97D09; }
span { border-color: rgb(201,125,9); }
td.TdClassName
{
border-color: #C97D09;
}
.TagClassName
{
border-color: #C97D09;
}
</style>