Shades of Dark Goldenrod #C99A00
Tints of Dark Goldenrod #C99A00
RGB
CMYK
RGB Variations
Color information
#C99A00 (or 0xC99A00) is known color: Dark Goldenrod. HEX triplet: C9, 9A and 00. RGB value is (201,154,0). Sum of RGB (Red+Green+Blue) = 201+154+0=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99A00 is #3665FF. Grayscale: #979797. Windows color (decimal): -3565056 or 39625. OLE color: 39625.
HSL color Cylindrical-coordinate representation of color #C99A00: hue angle of 45.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.21 |
| HSL | 45.97º | 1% | 0.39% | - |
| HSV(B) | 45.97º | 1% | 0.79% | - |
| XYZ | 35.64 | 35.53 | 4.98 | - |
| YUV | 150.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 0 | 0 | 0.23 | 1 | 0.21 | 45.97 | 1 | 0.39 |
| Hex | C9 | 9A | 0 | 0 | 17 | 64 | 15 | 2E | 64 | 27 |
| Octal | 311 | 232 | 0 | 0 | 27 | 144 | 25 | 56 | 144 | 47 |
| Binary | 11001001 | 10011010 | 0 | 0 | 10111 | 1100100 | 10101 | 101110 | 1100100 | 100111 |
Color Harmonies of #C99A00
Complementary color
Monochromatic Colors of #C99A00
Black with #C99A00
Text Example
Text Example
White with #C99A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A00; }
p { color: rgb(201,154,0); }
H1.HeaderClassName
{
color: #C99A00;
}
.AnyTagClassName
{
color: #C99A00;
}
</style>
background-color css
<style>
a { background-color: #C99A00; }
a { background-color: rgb(201,154,0); }
div.DivClassName
{
background-color: #C99A00;
}
.BgClassName
{
background-color: #C99A00;
}
</style>
border-color css
<style>
span { border-color: #C99A00; }
span { border-color: rgb(201,154,0); }
td.TdClassName
{
border-color: #C99A00;
}
.TagClassName
{
border-color: #C99A00;
}
</style>