Shades of Dark Goldenrod #CA830E
Tints of Dark Goldenrod #CA830E
RGB
CMYK
RGB Variations
Color information
#CA830E (or 0xCA830E) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 0E. RGB value is (202,131,14). Sum of RGB (Red+Green+Blue) = 202+131+14=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830E is #357CF1. Grayscale: #8B8B8B. Windows color (decimal): -3505394 or 951242. OLE color: 951242.
HSL color Cylindrical-coordinate representation of color #CA830E: hue angle of 37.34º 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 #CA830E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.21 |
| HSL | 37.34º | 0.87% | 0.42% | - |
| HSV(B) | 37.34º | 0.93% | 0.79% | - |
| XYZ | 32.55 | 28.82 | 4.26 | - |
| YUV | 138.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 14 | 0 | 0.35 | 0.93 | 0.21 | 37.34 | 0.87 | 0.42 |
| Hex | CA | 83 | E | 0 | 23 | 5D | 15 | 25 | 57 | 2A |
| Octal | 312 | 203 | 16 | 0 | 43 | 135 | 25 | 45 | 127 | 52 |
| Binary | 11001010 | 10000011 | 1110 | 0 | 100011 | 1011101 | 10101 | 100101 | 1010111 | 101010 |
Color Harmonies of #CA830E
Complementary color
Monochromatic Colors of #CA830E
Black with #CA830E
Text Example
Text Example
White with #CA830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA830E; }
p { color: rgb(202,131,14); }
H1.HeaderClassName
{
color: #CA830E;
}
.AnyTagClassName
{
color: #CA830E;
}
</style>
background-color css
<style>
a { background-color: #CA830E; }
a { background-color: rgb(202,131,14); }
div.DivClassName
{
background-color: #CA830E;
}
.BgClassName
{
background-color: #CA830E;
}
</style>
border-color css
<style>
span { border-color: #CA830E; }
span { border-color: rgb(202,131,14); }
td.TdClassName
{
border-color: #CA830E;
}
.TagClassName
{
border-color: #CA830E;
}
</style>