Shades of Dark Goldenrod #CA890C
Tints of Dark Goldenrod #CA890C
RGB
CMYK
RGB Variations
Color information
#CA890C (or 0xCA890C) is known color: Dark Goldenrod. HEX triplet: CA, 89 and 0C. RGB value is (202,137,12). Sum of RGB (Red+Green+Blue) = 202+137+12=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA890C is #3576F3. Grayscale: #8E8E8E. Windows color (decimal): -3503860 or 821706. OLE color: 821706.
HSL color Cylindrical-coordinate representation of color #CA890C: hue angle of 39.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA890C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.21 |
| HSL | 39.47º | 0.89% | 0.42% | - |
| HSV(B) | 39.47º | 0.94% | 0.79% | - |
| XYZ | 33.37 | 30.47 | 4.47 | - |
| YUV | 142.19 | 54.53 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 12 | 0 | 0.32 | 0.94 | 0.21 | 39.47 | 0.89 | 0.42 |
| Hex | CA | 89 | C | 0 | 20 | 5E | 15 | 27 | 59 | 2A |
| Octal | 312 | 211 | 14 | 0 | 40 | 136 | 25 | 47 | 131 | 52 |
| Binary | 11001010 | 10001001 | 1100 | 0 | 100000 | 1011110 | 10101 | 100111 | 1011001 | 101010 |
Color Harmonies of #CA890C
Complementary color
Monochromatic Colors of #CA890C
Black with #CA890C
Text Example
Text Example
White with #CA890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA890C; }
p { color: rgb(202,137,12); }
H1.HeaderClassName
{
color: #CA890C;
}
.AnyTagClassName
{
color: #CA890C;
}
</style>
background-color css
<style>
a { background-color: #CA890C; }
a { background-color: rgb(202,137,12); }
div.DivClassName
{
background-color: #CA890C;
}
.BgClassName
{
background-color: #CA890C;
}
</style>
border-color css
<style>
span { border-color: #CA890C; }
span { border-color: rgb(202,137,12); }
td.TdClassName
{
border-color: #CA890C;
}
.TagClassName
{
border-color: #CA890C;
}
</style>