Shades of Dark Goldenrod #CA900E
Tints of Dark Goldenrod #CA900E
RGB
CMYK
RGB Variations
Color information
#CA900E (or 0xCA900E) is known color: Dark Goldenrod. HEX triplet: CA, 90 and 0E. RGB value is (202,144,14). Sum of RGB (Red+Green+Blue) = 202+144+14=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA900E is #356FF1. Grayscale: #939393. Windows color (decimal): -3502066 or 954570. OLE color: 954570.
HSL color Cylindrical-coordinate representation of color #CA900E: hue angle of 41.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA900E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.21 |
| HSL | 41.49º | 0.87% | 0.42% | - |
| HSV(B) | 41.49º | 0.93% | 0.79% | - |
| XYZ | 34.41 | 32.53 | 4.88 | - |
| YUV | 146.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 14 | 0 | 0.29 | 0.93 | 0.21 | 41.49 | 0.87 | 0.42 |
| Hex | CA | 90 | E | 0 | 1D | 5D | 15 | 29 | 57 | 2A |
| Octal | 312 | 220 | 16 | 0 | 35 | 135 | 25 | 51 | 127 | 52 |
| Binary | 11001010 | 10010000 | 1110 | 0 | 11101 | 1011101 | 10101 | 101001 | 1010111 | 101010 |
Color Harmonies of #CA900E
Complementary color
Monochromatic Colors of #CA900E
Black with #CA900E
Text Example
Text Example
White with #CA900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA900E; }
p { color: rgb(202,144,14); }
H1.HeaderClassName
{
color: #CA900E;
}
.AnyTagClassName
{
color: #CA900E;
}
</style>
background-color css
<style>
a { background-color: #CA900E; }
a { background-color: rgb(202,144,14); }
div.DivClassName
{
background-color: #CA900E;
}
.BgClassName
{
background-color: #CA900E;
}
</style>
border-color css
<style>
span { border-color: #CA900E; }
span { border-color: rgb(202,144,14); }
td.TdClassName
{
border-color: #CA900E;
}
.TagClassName
{
border-color: #CA900E;
}
</style>