Shades of Dark Goldenrod #CA8F0E
Tints of Dark Goldenrod #CA8F0E
RGB
CMYK
RGB Variations
Color information
#CA8F0E (or 0xCA8F0E) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 0E. RGB value is (202,143,14). Sum of RGB (Red+Green+Blue) = 202+143+14=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F0E is #3570F1. Grayscale: #929292. Windows color (decimal): -3502322 or 954314. OLE color: 954314.
HSL color Cylindrical-coordinate representation of color #CA8F0E: hue angle of 41.17º 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 #CA8F0E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.21 |
| HSL | 41.17º | 0.87% | 0.42% | - |
| HSV(B) | 41.17º | 0.93% | 0.79% | - |
| XYZ | 34.26 | 32.23 | 4.83 | - |
| YUV | 145.94 | 53.55 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 14 | 0 | 0.29 | 0.93 | 0.21 | 41.17 | 0.87 | 0.42 |
| Hex | CA | 8F | E | 0 | 1D | 5D | 15 | 29 | 57 | 2A |
| Octal | 312 | 217 | 16 | 0 | 35 | 135 | 25 | 51 | 127 | 52 |
| Binary | 11001010 | 10001111 | 1110 | 0 | 11101 | 1011101 | 10101 | 101001 | 1010111 | 101010 |
Color Harmonies of #CA8F0E
Complementary color
Monochromatic Colors of #CA8F0E
Black with #CA8F0E
Text Example
Text Example
White with #CA8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F0E; }
p { color: rgb(202,143,14); }
H1.HeaderClassName
{
color: #CA8F0E;
}
.AnyTagClassName
{
color: #CA8F0E;
}
</style>
background-color css
<style>
a { background-color: #CA8F0E; }
a { background-color: rgb(202,143,14); }
div.DivClassName
{
background-color: #CA8F0E;
}
.BgClassName
{
background-color: #CA8F0E;
}
</style>
border-color css
<style>
span { border-color: #CA8F0E; }
span { border-color: rgb(202,143,14); }
td.TdClassName
{
border-color: #CA8F0E;
}
.TagClassName
{
border-color: #CA8F0E;
}
</style>