Shades of Dark Goldenrod #CA8C0E
Tints of Dark Goldenrod #CA8C0E
RGB
CMYK
RGB Variations
Color information
#CA8C0E (or 0xCA8C0E) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 0E. RGB value is (202,140,14). Sum of RGB (Red+Green+Blue) = 202+140+14=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C0E is #3573F1. Grayscale: #909090. Windows color (decimal): -3503090 or 953546. OLE color: 953546.
HSL color Cylindrical-coordinate representation of color #CA8C0E: hue angle of 40.21º 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 #CA8C0E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 14 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.21 |
| HSL | 40.21º | 0.87% | 0.42% | - |
| HSV(B) | 40.21º | 0.93% | 0.79% | - |
| XYZ | 33.81 | 31.34 | 4.68 | - |
| YUV | 144.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 14 | 0 | 0.31 | 0.93 | 0.21 | 40.21 | 0.87 | 0.42 |
| Hex | CA | 8C | E | 0 | 1F | 5D | 15 | 28 | 57 | 2A |
| Octal | 312 | 214 | 16 | 0 | 37 | 135 | 25 | 50 | 127 | 52 |
| Binary | 11001010 | 10001100 | 1110 | 0 | 11111 | 1011101 | 10101 | 101000 | 1010111 | 101010 |
Color Harmonies of #CA8C0E
Complementary color
Monochromatic Colors of #CA8C0E
Black with #CA8C0E
Text Example
Text Example
White with #CA8C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C0E; }
p { color: rgb(202,140,14); }
H1.HeaderClassName
{
color: #CA8C0E;
}
.AnyTagClassName
{
color: #CA8C0E;
}
</style>
background-color css
<style>
a { background-color: #CA8C0E; }
a { background-color: rgb(202,140,14); }
div.DivClassName
{
background-color: #CA8C0E;
}
.BgClassName
{
background-color: #CA8C0E;
}
</style>
border-color css
<style>
span { border-color: #CA8C0E; }
span { border-color: rgb(202,140,14); }
td.TdClassName
{
border-color: #CA8C0E;
}
.TagClassName
{
border-color: #CA8C0E;
}
</style>