Shades of Dark Goldenrod #CA9102
Tints of Dark Goldenrod #CA9102
RGB
CMYK
RGB Variations
Color information
#CA9102 (or 0xCA9102) is known color: Dark Goldenrod. HEX triplet: CA, 91 and 02. RGB value is (202,145,2). Sum of RGB (Red+Green+Blue) = 202+145+2=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9102 is #356EFD. Grayscale: #929292. Windows color (decimal): -3501822 or 168394. OLE color: 168394.
HSL color Cylindrical-coordinate representation of color #CA9102: hue angle of 42.9º 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 #CA9102 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.21 |
| HSL | 42.9º | 0.98% | 0.4% | - |
| HSV(B) | 42.9º | 0.99% | 0.79% | - |
| XYZ | 34.49 | 32.81 | 4.57 | - |
| YUV | 145.74 | 46.88 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 2 | 0 | 0.28 | 0.99 | 0.21 | 42.9 | 0.98 | 0.4 |
| Hex | CA | 91 | 2 | 0 | 1C | 63 | 15 | 2B | 62 | 28 |
| Octal | 312 | 221 | 2 | 0 | 34 | 143 | 25 | 53 | 142 | 50 |
| Binary | 11001010 | 10010001 | 10 | 0 | 11100 | 1100011 | 10101 | 101011 | 1100010 | 101000 |
Color Harmonies of #CA9102
Complementary color
Monochromatic Colors of #CA9102
Black with #CA9102
Text Example
Text Example
White with #CA9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9102; }
p { color: rgb(202,145,2); }
H1.HeaderClassName
{
color: #CA9102;
}
.AnyTagClassName
{
color: #CA9102;
}
</style>
background-color css
<style>
a { background-color: #CA9102; }
a { background-color: rgb(202,145,2); }
div.DivClassName
{
background-color: #CA9102;
}
.BgClassName
{
background-color: #CA9102;
}
</style>
border-color css
<style>
span { border-color: #CA9102; }
span { border-color: rgb(202,145,2); }
td.TdClassName
{
border-color: #CA9102;
}
.TagClassName
{
border-color: #CA9102;
}
</style>