Shades of Dark Goldenrod #CA9802
Tints of Dark Goldenrod #CA9802
RGB
CMYK
RGB Variations
Color information
#CA9802 (or 0xCA9802) is known color: Dark Goldenrod. HEX triplet: CA, 98 and 02. RGB value is (202,152,2). Sum of RGB (Red+Green+Blue) = 202+152+2=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9802 is #3567FD. Grayscale: #969696. Windows color (decimal): -3500030 or 170186. OLE color: 170186.
HSL color Cylindrical-coordinate representation of color #CA9802: hue angle of 45º 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 #CA9802 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.21 |
| HSL | 45º | 0.98% | 0.4% | - |
| HSV(B) | 45º | 0.99% | 0.79% | - |
| XYZ | 35.6 | 35.02 | 4.94 | - |
| YUV | 149.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 2 | 0 | 0.25 | 0.99 | 0.21 | 45 | 0.98 | 0.4 |
| Hex | CA | 98 | 2 | 0 | 19 | 63 | 15 | 2D | 62 | 28 |
| Octal | 312 | 230 | 2 | 0 | 31 | 143 | 25 | 55 | 142 | 50 |
| Binary | 11001010 | 10011000 | 10 | 0 | 11001 | 1100011 | 10101 | 101101 | 1100010 | 101000 |
Color Harmonies of #CA9802
Complementary color
Monochromatic Colors of #CA9802
Black with #CA9802
Text Example
Text Example
White with #CA9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9802; }
p { color: rgb(202,152,2); }
H1.HeaderClassName
{
color: #CA9802;
}
.AnyTagClassName
{
color: #CA9802;
}
</style>
background-color css
<style>
a { background-color: #CA9802; }
a { background-color: rgb(202,152,2); }
div.DivClassName
{
background-color: #CA9802;
}
.BgClassName
{
background-color: #CA9802;
}
</style>
border-color css
<style>
span { border-color: #CA9802; }
span { border-color: rgb(202,152,2); }
td.TdClassName
{
border-color: #CA9802;
}
.TagClassName
{
border-color: #CA9802;
}
</style>