Shades of Dark Goldenrod #CA9901
Tints of Dark Goldenrod #CA9901
RGB
CMYK
RGB Variations
Color information
#CA9901 (or 0xCA9901) is known color: Dark Goldenrod. HEX triplet: CA, 99 and 01. RGB value is (202,153,1). Sum of RGB (Red+Green+Blue) = 202+153+1=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9901 is #3566FE. Grayscale: #969696. Windows color (decimal): -3499775 or 104906. OLE color: 104906.
HSL color Cylindrical-coordinate representation of color #CA9901: hue angle of 45.37º 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 #CA9901 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.21 |
| HSL | 45.37º | 0.99% | 0.4% | - |
| HSV(B) | 45.37º | 1% | 0.79% | - |
| XYZ | 35.75 | 35.34 | 4.97 | - |
| YUV | 150.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 1 | 0 | 0.24 | 1.00 | 0.21 | 45.37 | 0.99 | 0.4 |
| Hex | CA | 99 | 1 | 0 | 18 | 64 | 15 | 2D | 63 | 28 |
| Octal | 312 | 231 | 1 | 0 | 30 | 144 | 25 | 55 | 143 | 50 |
| Binary | 11001010 | 10011001 | 1 | 0 | 11000 | 1100100 | 10101 | 101101 | 1100011 | 101000 |
Color Harmonies of #CA9901
Complementary color
Monochromatic Colors of #CA9901
Black with #CA9901
Text Example
Text Example
White with #CA9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9901; }
p { color: rgb(202,153,1); }
H1.HeaderClassName
{
color: #CA9901;
}
.AnyTagClassName
{
color: #CA9901;
}
</style>
background-color css
<style>
a { background-color: #CA9901; }
a { background-color: rgb(202,153,1); }
div.DivClassName
{
background-color: #CA9901;
}
.BgClassName
{
background-color: #CA9901;
}
</style>
border-color css
<style>
span { border-color: #CA9901; }
span { border-color: rgb(202,153,1); }
td.TdClassName
{
border-color: #CA9901;
}
.TagClassName
{
border-color: #CA9901;
}
</style>