Shades of Dark Goldenrod #CA9110
Tints of Dark Goldenrod #CA9110
RGB
CMYK
RGB Variations
Color information
#CA9110 (or 0xCA9110) is known color: Dark Goldenrod. HEX triplet: CA, 91 and 10. RGB value is (202,145,16). Sum of RGB (Red+Green+Blue) = 202+145+16=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9110 is #356EEF. Grayscale: #939393. Windows color (decimal): -3501808 or 1085898. OLE color: 1085898.
HSL color Cylindrical-coordinate representation of color #CA9110: hue angle of 41.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA9110 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.21 |
| HSL | 41.61º | 0.85% | 0.43% | - |
| HSV(B) | 41.61º | 0.92% | 0.79% | - |
| XYZ | 34.58 | 32.84 | 5.01 | - |
| YUV | 147.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 16 | 0 | 0.28 | 0.92 | 0.21 | 41.61 | 0.85 | 0.43 |
| Hex | CA | 91 | 10 | 0 | 1C | 5C | 15 | 2A | 55 | 2B |
| Octal | 312 | 221 | 20 | 0 | 34 | 134 | 25 | 52 | 125 | 53 |
| Binary | 11001010 | 10010001 | 10000 | 0 | 11100 | 1011100 | 10101 | 101010 | 1010101 | 101011 |
Color Harmonies of #CA9110
Complementary color
Monochromatic Colors of #CA9110
Black with #CA9110
Text Example
Text Example
White with #CA9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9110; }
p { color: rgb(202,145,16); }
H1.HeaderClassName
{
color: #CA9110;
}
.AnyTagClassName
{
color: #CA9110;
}
</style>
background-color css
<style>
a { background-color: #CA9110; }
a { background-color: rgb(202,145,16); }
div.DivClassName
{
background-color: #CA9110;
}
.BgClassName
{
background-color: #CA9110;
}
</style>
border-color css
<style>
span { border-color: #CA9110; }
span { border-color: rgb(202,145,16); }
td.TdClassName
{
border-color: #CA9110;
}
.TagClassName
{
border-color: #CA9110;
}
</style>