Shades of Dark Goldenrod #C98B17
Tints of Dark Goldenrod #C98B17
RGB
CMYK
RGB Variations
Color information
#C98B17 (or 0xC98B17) is known color: Dark Goldenrod. HEX triplet: C9, 8B and 17. RGB value is (201,139,23). Sum of RGB (Red+Green+Blue) = 201+139+23=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98B17 is #3674E8. Grayscale: #909090. Windows color (decimal): -3568873 or 1543113. OLE color: 1543113.
HSL color Cylindrical-coordinate representation of color #C98B17: hue angle of 39.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98B17 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 23 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.21 |
| HSL | 39.1º | 0.79% | 0.44% | - |
| HSV(B) | 39.1º | 0.89% | 0.79% | - |
| XYZ | 33.47 | 30.94 | 5.02 | - |
| YUV | 144.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 23 | 0 | 0.31 | 0.89 | 0.21 | 39.1 | 0.79 | 0.44 |
| Hex | C9 | 8B | 17 | 0 | 1F | 59 | 15 | 27 | 4F | 2C |
| Octal | 311 | 213 | 27 | 0 | 37 | 131 | 25 | 47 | 117 | 54 |
| Binary | 11001001 | 10001011 | 10111 | 0 | 11111 | 1011001 | 10101 | 100111 | 1001111 | 101100 |
Color Harmonies of #C98B17
Complementary color
Monochromatic Colors of #C98B17
Black with #C98B17
Text Example
Text Example
White with #C98B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B17; }
p { color: rgb(201,139,23); }
H1.HeaderClassName
{
color: #C98B17;
}
.AnyTagClassName
{
color: #C98B17;
}
</style>
background-color css
<style>
a { background-color: #C98B17; }
a { background-color: rgb(201,139,23); }
div.DivClassName
{
background-color: #C98B17;
}
.BgClassName
{
background-color: #C98B17;
}
</style>
border-color css
<style>
span { border-color: #C98B17; }
span { border-color: rgb(201,139,23); }
td.TdClassName
{
border-color: #C98B17;
}
.TagClassName
{
border-color: #C98B17;
}
</style>