Shades of Dark Goldenrod #CA850F
Tints of Dark Goldenrod #CA850F
RGB
CMYK
RGB Variations
Color information
#CA850F (or 0xCA850F) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 0F. RGB value is (202,133,15). Sum of RGB (Red+Green+Blue) = 202+133+15=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA850F is #357AF0. Grayscale: #8C8C8C. Windows color (decimal): -3504881 or 1017290. OLE color: 1017290.
HSL color Cylindrical-coordinate representation of color #CA850F: hue angle of 37.86º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA850F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.21 |
| HSL | 37.86º | 0.86% | 0.43% | - |
| HSV(B) | 37.86º | 0.93% | 0.79% | - |
| XYZ | 32.83 | 29.37 | 4.39 | - |
| YUV | 140.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 15 | 0 | 0.34 | 0.93 | 0.21 | 37.86 | 0.86 | 0.43 |
| Hex | CA | 85 | F | 0 | 22 | 5D | 15 | 26 | 56 | 2B |
| Octal | 312 | 205 | 17 | 0 | 42 | 135 | 25 | 46 | 126 | 53 |
| Binary | 11001010 | 10000101 | 1111 | 0 | 100010 | 1011101 | 10101 | 100110 | 1010110 | 101011 |
Color Harmonies of #CA850F
Complementary color
Monochromatic Colors of #CA850F
Black with #CA850F
Text Example
Text Example
White with #CA850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA850F; }
p { color: rgb(202,133,15); }
H1.HeaderClassName
{
color: #CA850F;
}
.AnyTagClassName
{
color: #CA850F;
}
</style>
background-color css
<style>
a { background-color: #CA850F; }
a { background-color: rgb(202,133,15); }
div.DivClassName
{
background-color: #CA850F;
}
.BgClassName
{
background-color: #CA850F;
}
</style>
border-color css
<style>
span { border-color: #CA850F; }
span { border-color: rgb(202,133,15); }
td.TdClassName
{
border-color: #CA850F;
}
.TagClassName
{
border-color: #CA850F;
}
</style>