Shades of Dark Goldenrod #CA7F0E
Tints of Dark Goldenrod #CA7F0E
RGB
CMYK
RGB Variations
Color information
#CA7F0E (or 0xCA7F0E) is known color: Dark Goldenrod. HEX triplet: CA, 7F and 0E. RGB value is (202,127,14). Sum of RGB (Red+Green+Blue) = 202+127+14=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F0E is #3580F1. Grayscale: #898989. Windows color (decimal): -3506418 or 950218. OLE color: 950218.
HSL color Cylindrical-coordinate representation of color #CA7F0E: hue angle of 36.06º 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 #CA7F0E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.21 |
| HSL | 36.06º | 0.87% | 0.42% | - |
| HSV(B) | 36.06º | 0.93% | 0.79% | - |
| XYZ | 32.03 | 27.77 | 4.09 | - |
| YUV | 136.54 | 58.85 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 14 | 0 | 0.37 | 0.93 | 0.21 | 36.06 | 0.87 | 0.42 |
| Hex | CA | 7F | E | 0 | 25 | 5D | 15 | 24 | 57 | 2A |
| Octal | 312 | 177 | 16 | 0 | 45 | 135 | 25 | 44 | 127 | 52 |
| Binary | 11001010 | 1111111 | 1110 | 0 | 100101 | 1011101 | 10101 | 100100 | 1010111 | 101010 |
Color Harmonies of #CA7F0E
Complementary color
Monochromatic Colors of #CA7F0E
Black with #CA7F0E
Text Example
Text Example
White with #CA7F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F0E; }
p { color: rgb(202,127,14); }
H1.HeaderClassName
{
color: #CA7F0E;
}
.AnyTagClassName
{
color: #CA7F0E;
}
</style>
background-color css
<style>
a { background-color: #CA7F0E; }
a { background-color: rgb(202,127,14); }
div.DivClassName
{
background-color: #CA7F0E;
}
.BgClassName
{
background-color: #CA7F0E;
}
</style>
border-color css
<style>
span { border-color: #CA7F0E; }
span { border-color: rgb(202,127,14); }
td.TdClassName
{
border-color: #CA7F0E;
}
.TagClassName
{
border-color: #CA7F0E;
}
</style>