Shades of Dark Goldenrod #C98102
Tints of Dark Goldenrod #C98102
RGB
CMYK
RGB Variations
Color information
#C98102 (or 0xC98102) is known color: Dark Goldenrod. HEX triplet: C9, 81 and 02. RGB value is (201,129,2). Sum of RGB (Red+Green+Blue) = 201+129+2=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C98102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98102 is #367EFD. Grayscale: #888888. Windows color (decimal): -3571454 or 164297. OLE color: 164297.
HSL color Cylindrical-coordinate representation of color #C98102: hue angle of 38.29º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C98102 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.21 |
| HSL | 38.29º | 0.98% | 0.4% | - |
| HSV(B) | 38.29º | 0.99% | 0.79% | - |
| XYZ | 31.95 | 28.12 | 3.8 | - |
| YUV | 136.05 | 52.35 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 2 | 0 | 0.36 | 0.99 | 0.21 | 38.29 | 0.98 | 0.4 |
| Hex | C9 | 81 | 2 | 0 | 24 | 63 | 15 | 26 | 62 | 28 |
| Octal | 311 | 201 | 2 | 0 | 44 | 143 | 25 | 46 | 142 | 50 |
| Binary | 11001001 | 10000001 | 10 | 0 | 100100 | 1100011 | 10101 | 100110 | 1100010 | 101000 |
Color Harmonies of #C98102
Complementary color
Monochromatic Colors of #C98102
Black with #C98102
Text Example
Text Example
White with #C98102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98102; }
p { color: rgb(201,129,2); }
H1.HeaderClassName
{
color: #C98102;
}
.AnyTagClassName
{
color: #C98102;
}
</style>
background-color css
<style>
a { background-color: #C98102; }
a { background-color: rgb(201,129,2); }
div.DivClassName
{
background-color: #C98102;
}
.BgClassName
{
background-color: #C98102;
}
</style>
border-color css
<style>
span { border-color: #C98102; }
span { border-color: rgb(201,129,2); }
td.TdClassName
{
border-color: #C98102;
}
.TagClassName
{
border-color: #C98102;
}
</style>