Shades of Dark Goldenrod #C98715
Tints of Dark Goldenrod #C98715
RGB
CMYK
RGB Variations
Color information
#C98715 (or 0xC98715) is known color: Dark Goldenrod. HEX triplet: C9, 87 and 15. RGB value is (201,135,21). Sum of RGB (Red+Green+Blue) = 201+135+21=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C98715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98715 is #3678EA. Grayscale: #8E8E8E. Windows color (decimal): -3569899 or 1411017. OLE color: 1411017.
HSL color Cylindrical-coordinate representation of color #C98715: hue angle of 38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C98715 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 21 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.21 |
| HSL | 38º | 0.81% | 0.44% | - |
| HSV(B) | 38º | 0.9% | 0.79% | - |
| XYZ | 32.89 | 29.8 | 4.73 | - |
| YUV | 141.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 21 | 0 | 0.33 | 0.90 | 0.21 | 38 | 0.81 | 0.44 |
| Hex | C9 | 87 | 15 | 0 | 21 | 5A | 15 | 26 | 51 | 2C |
| Octal | 311 | 207 | 25 | 0 | 41 | 132 | 25 | 46 | 121 | 54 |
| Binary | 11001001 | 10000111 | 10101 | 0 | 100001 | 1011010 | 10101 | 100110 | 1010001 | 101100 |
Color Harmonies of #C98715
Complementary color
Monochromatic Colors of #C98715
Black with #C98715
Text Example
Text Example
White with #C98715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98715; }
p { color: rgb(201,135,21); }
H1.HeaderClassName
{
color: #C98715;
}
.AnyTagClassName
{
color: #C98715;
}
</style>
background-color css
<style>
a { background-color: #C98715; }
a { background-color: rgb(201,135,21); }
div.DivClassName
{
background-color: #C98715;
}
.BgClassName
{
background-color: #C98715;
}
</style>
border-color css
<style>
span { border-color: #C98715; }
span { border-color: rgb(201,135,21); }
td.TdClassName
{
border-color: #C98715;
}
.TagClassName
{
border-color: #C98715;
}
</style>