Shades of Dark Goldenrod #C99801
Tints of Dark Goldenrod #C99801
RGB
CMYK
RGB Variations
Color information
#C99801 (or 0xC99801) is known color: Dark Goldenrod. HEX triplet: C9, 98 and 01. RGB value is (201,152,1). Sum of RGB (Red+Green+Blue) = 201+152+1=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C99801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99801 is #3667FE. Grayscale: #969696. Windows color (decimal): -3565567 or 104649. OLE color: 104649.
HSL color Cylindrical-coordinate representation of color #C99801: hue angle of 45.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99801 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.21 |
| HSL | 45.3º | 0.99% | 0.4% | - |
| HSV(B) | 45.3º | 1% | 0.79% | - |
| XYZ | 35.32 | 34.88 | 4.9 | - |
| YUV | 149.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 1 | 0 | 0.24 | 1.00 | 0.21 | 45.3 | 0.99 | 0.4 |
| Hex | C9 | 98 | 1 | 0 | 18 | 64 | 15 | 2D | 63 | 28 |
| Octal | 311 | 230 | 1 | 0 | 30 | 144 | 25 | 55 | 143 | 50 |
| Binary | 11001001 | 10011000 | 1 | 0 | 11000 | 1100100 | 10101 | 101101 | 1100011 | 101000 |
Color Harmonies of #C99801
Complementary color
Monochromatic Colors of #C99801
Black with #C99801
Text Example
Text Example
White with #C99801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99801; }
p { color: rgb(201,152,1); }
H1.HeaderClassName
{
color: #C99801;
}
.AnyTagClassName
{
color: #C99801;
}
</style>
background-color css
<style>
a { background-color: #C99801; }
a { background-color: rgb(201,152,1); }
div.DivClassName
{
background-color: #C99801;
}
.BgClassName
{
background-color: #C99801;
}
</style>
border-color css
<style>
span { border-color: #C99801; }
span { border-color: rgb(201,152,1); }
td.TdClassName
{
border-color: #C99801;
}
.TagClassName
{
border-color: #C99801;
}
</style>