Shades of Dark Goldenrod #CA860B
Tints of Dark Goldenrod #CA860B
RGB
CMYK
RGB Variations
Color information
#CA860B (or 0xCA860B) is known color: Dark Goldenrod. HEX triplet: CA, 86 and 0B. RGB value is (202,134,11). Sum of RGB (Red+Green+Blue) = 202+134+11=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA860B is #3579F4. Grayscale: #8C8C8C. Windows color (decimal): -3504629 or 755402. OLE color: 755402.
HSL color Cylindrical-coordinate representation of color #CA860B: hue angle of 38.64º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA860B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.21 |
| HSL | 38.64º | 0.9% | 0.42% | - |
| HSV(B) | 38.64º | 0.95% | 0.79% | - |
| XYZ | 32.94 | 29.63 | 4.3 | - |
| YUV | 140.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 11 | 0 | 0.34 | 0.95 | 0.21 | 38.64 | 0.9 | 0.42 |
| Hex | CA | 86 | B | 0 | 22 | 5F | 15 | 27 | 5A | 2A |
| Octal | 312 | 206 | 13 | 0 | 42 | 137 | 25 | 47 | 132 | 52 |
| Binary | 11001010 | 10000110 | 1011 | 0 | 100010 | 1011111 | 10101 | 100111 | 1011010 | 101010 |
Color Harmonies of #CA860B
Complementary color
Monochromatic Colors of #CA860B
Black with #CA860B
Text Example
Text Example
White with #CA860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA860B; }
p { color: rgb(202,134,11); }
H1.HeaderClassName
{
color: #CA860B;
}
.AnyTagClassName
{
color: #CA860B;
}
</style>
background-color css
<style>
a { background-color: #CA860B; }
a { background-color: rgb(202,134,11); }
div.DivClassName
{
background-color: #CA860B;
}
.BgClassName
{
background-color: #CA860B;
}
</style>
border-color css
<style>
span { border-color: #CA860B; }
span { border-color: rgb(202,134,11); }
td.TdClassName
{
border-color: #CA860B;
}
.TagClassName
{
border-color: #CA860B;
}
</style>