Shades of Dark Goldenrod #CA9010
Tints of Dark Goldenrod #CA9010
RGB
CMYK
RGB Variations
Color information
#CA9010 (or 0xCA9010) is known color: Dark Goldenrod. HEX triplet: CA, 90 and 10. RGB value is (202,144,16). Sum of RGB (Red+Green+Blue) = 202+144+16=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9010 is #356FEF. Grayscale: #939393. Windows color (decimal): -3502064 or 1085642. OLE color: 1085642.
HSL color Cylindrical-coordinate representation of color #CA9010: hue angle of 41.29º 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 #CA9010 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 16 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.21 |
| HSL | 41.29º | 0.85% | 0.43% | - |
| HSV(B) | 41.29º | 0.92% | 0.79% | - |
| XYZ | 34.42 | 32.54 | 4.96 | - |
| YUV | 146.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 16 | 0 | 0.29 | 0.92 | 0.21 | 41.29 | 0.85 | 0.43 |
| Hex | CA | 90 | 10 | 0 | 1D | 5C | 15 | 29 | 55 | 2B |
| Octal | 312 | 220 | 20 | 0 | 35 | 134 | 25 | 51 | 125 | 53 |
| Binary | 11001010 | 10010000 | 10000 | 0 | 11101 | 1011100 | 10101 | 101001 | 1010101 | 101011 |
Color Harmonies of #CA9010
Complementary color
Monochromatic Colors of #CA9010
Black with #CA9010
Text Example
Text Example
White with #CA9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9010; }
p { color: rgb(202,144,16); }
H1.HeaderClassName
{
color: #CA9010;
}
.AnyTagClassName
{
color: #CA9010;
}
</style>
background-color css
<style>
a { background-color: #CA9010; }
a { background-color: rgb(202,144,16); }
div.DivClassName
{
background-color: #CA9010;
}
.BgClassName
{
background-color: #CA9010;
}
</style>
border-color css
<style>
span { border-color: #CA9010; }
span { border-color: rgb(202,144,16); }
td.TdClassName
{
border-color: #CA9010;
}
.TagClassName
{
border-color: #CA9010;
}
</style>