Shades of Dark Goldenrod #CA850B
Tints of Dark Goldenrod #CA850B
RGB
CMYK
RGB Variations
Color information
#CA850B (or 0xCA850B) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 0B. RGB value is (202,133,11). Sum of RGB (Red+Green+Blue) = 202+133+11=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA850B is #357AF4. Grayscale: #8C8C8C. Windows color (decimal): -3504885 or 755146. OLE color: 755146.
HSL color Cylindrical-coordinate representation of color #CA850B: hue angle of 38.32º 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 #CA850B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.21 |
| HSL | 38.32º | 0.9% | 0.42% | - |
| HSV(B) | 38.32º | 0.95% | 0.79% | - |
| XYZ | 32.81 | 29.36 | 4.25 | - |
| YUV | 139.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 11 | 0 | 0.34 | 0.95 | 0.21 | 38.32 | 0.9 | 0.42 |
| Hex | CA | 85 | B | 0 | 22 | 5F | 15 | 26 | 5A | 2A |
| Octal | 312 | 205 | 13 | 0 | 42 | 137 | 25 | 46 | 132 | 52 |
| Binary | 11001010 | 10000101 | 1011 | 0 | 100010 | 1011111 | 10101 | 100110 | 1011010 | 101010 |
Color Harmonies of #CA850B
Complementary color
Monochromatic Colors of #CA850B
Black with #CA850B
Text Example
Text Example
White with #CA850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA850B; }
p { color: rgb(202,133,11); }
H1.HeaderClassName
{
color: #CA850B;
}
.AnyTagClassName
{
color: #CA850B;
}
</style>
background-color css
<style>
a { background-color: #CA850B; }
a { background-color: rgb(202,133,11); }
div.DivClassName
{
background-color: #CA850B;
}
.BgClassName
{
background-color: #CA850B;
}
</style>
border-color css
<style>
span { border-color: #CA850B; }
span { border-color: rgb(202,133,11); }
td.TdClassName
{
border-color: #CA850B;
}
.TagClassName
{
border-color: #CA850B;
}
</style>