Shades of Dark Goldenrod #CA880B
Tints of Dark Goldenrod #CA880B
RGB
CMYK
RGB Variations
Color information
#CA880B (or 0xCA880B) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 0B. RGB value is (202,136,11). Sum of RGB (Red+Green+Blue) = 202+136+11=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA880B is #3577F4. Grayscale: #8E8E8E. Windows color (decimal): -3504117 or 755914. OLE color: 755914.
HSL color Cylindrical-coordinate representation of color #CA880B: hue angle of 39.27º 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 #CA880B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.21 |
| HSL | 39.27º | 0.9% | 0.42% | - |
| HSV(B) | 39.27º | 0.95% | 0.79% | - |
| XYZ | 33.22 | 30.19 | 4.39 | - |
| YUV | 141.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 11 | 0 | 0.33 | 0.95 | 0.21 | 39.27 | 0.9 | 0.42 |
| Hex | CA | 88 | B | 0 | 21 | 5F | 15 | 27 | 5A | 2A |
| Octal | 312 | 210 | 13 | 0 | 41 | 137 | 25 | 47 | 132 | 52 |
| Binary | 11001010 | 10001000 | 1011 | 0 | 100001 | 1011111 | 10101 | 100111 | 1011010 | 101010 |
Color Harmonies of #CA880B
Complementary color
Monochromatic Colors of #CA880B
Black with #CA880B
Text Example
Text Example
White with #CA880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA880B; }
p { color: rgb(202,136,11); }
H1.HeaderClassName
{
color: #CA880B;
}
.AnyTagClassName
{
color: #CA880B;
}
</style>
background-color css
<style>
a { background-color: #CA880B; }
a { background-color: rgb(202,136,11); }
div.DivClassName
{
background-color: #CA880B;
}
.BgClassName
{
background-color: #CA880B;
}
</style>
border-color css
<style>
span { border-color: #CA880B; }
span { border-color: rgb(202,136,11); }
td.TdClassName
{
border-color: #CA880B;
}
.TagClassName
{
border-color: #CA880B;
}
</style>