Shades of Dark Goldenrod #CA9A00
Tints of Dark Goldenrod #CA9A00
RGB
CMYK
RGB Variations
Color information
#CA9A00 (or 0xCA9A00) is known color: Dark Goldenrod. HEX triplet: CA, 9A and 00. RGB value is (202,154,0). Sum of RGB (Red+Green+Blue) = 202+154+0=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A00 is #3565FF. Grayscale: #979797. Windows color (decimal): -3499520 or 39626. OLE color: 39626.
HSL color Cylindrical-coordinate representation of color #CA9A00: hue angle of 45.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9A00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.21 |
| HSL | 45.74º | 1% | 0.4% | - |
| HSV(B) | 45.74º | 1% | 0.79% | - |
| XYZ | 35.91 | 35.67 | 4.99 | - |
| YUV | 150.8 | 42.9 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 0 | 0 | 0.24 | 1 | 0.21 | 45.74 | 1 | 0.4 |
| Hex | CA | 9A | 0 | 0 | 18 | 64 | 15 | 2E | 64 | 28 |
| Octal | 312 | 232 | 0 | 0 | 30 | 144 | 25 | 56 | 144 | 50 |
| Binary | 11001010 | 10011010 | 0 | 0 | 11000 | 1100100 | 10101 | 101110 | 1100100 | 101000 |
Color Harmonies of #CA9A00
Complementary color
Monochromatic Colors of #CA9A00
Black with #CA9A00
Text Example
Text Example
White with #CA9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A00; }
p { color: rgb(202,154,0); }
H1.HeaderClassName
{
color: #CA9A00;
}
.AnyTagClassName
{
color: #CA9A00;
}
</style>
background-color css
<style>
a { background-color: #CA9A00; }
a { background-color: rgb(202,154,0); }
div.DivClassName
{
background-color: #CA9A00;
}
.BgClassName
{
background-color: #CA9A00;
}
</style>
border-color css
<style>
span { border-color: #CA9A00; }
span { border-color: rgb(202,154,0); }
td.TdClassName
{
border-color: #CA9A00;
}
.TagClassName
{
border-color: #CA9A00;
}
</style>