Shades of Dark Goldenrod #CA880F
Tints of Dark Goldenrod #CA880F
RGB
CMYK
RGB Variations
Color information
#CA880F (or 0xCA880F) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 0F. RGB value is (202,136,15). Sum of RGB (Red+Green+Blue) = 202+136+15=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA880F is #3577F0. Grayscale: #8E8E8E. Windows color (decimal): -3504113 or 1018058. OLE color: 1018058.
HSL color Cylindrical-coordinate representation of color #CA880F: hue angle of 38.82º 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 #CA880F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 15 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.21 |
| HSL | 38.82º | 0.86% | 0.43% | - |
| HSV(B) | 38.82º | 0.93% | 0.79% | - |
| XYZ | 33.25 | 30.2 | 4.53 | - |
| YUV | 141.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 15 | 0 | 0.33 | 0.93 | 0.21 | 38.82 | 0.86 | 0.43 |
| Hex | CA | 88 | F | 0 | 21 | 5D | 15 | 27 | 56 | 2B |
| Octal | 312 | 210 | 17 | 0 | 41 | 135 | 25 | 47 | 126 | 53 |
| Binary | 11001010 | 10001000 | 1111 | 0 | 100001 | 1011101 | 10101 | 100111 | 1010110 | 101011 |
Color Harmonies of #CA880F
Complementary color
Monochromatic Colors of #CA880F
Black with #CA880F
Text Example
Text Example
White with #CA880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA880F; }
p { color: rgb(202,136,15); }
H1.HeaderClassName
{
color: #CA880F;
}
.AnyTagClassName
{
color: #CA880F;
}
</style>
background-color css
<style>
a { background-color: #CA880F; }
a { background-color: rgb(202,136,15); }
div.DivClassName
{
background-color: #CA880F;
}
.BgClassName
{
background-color: #CA880F;
}
</style>
border-color css
<style>
span { border-color: #CA880F; }
span { border-color: rgb(202,136,15); }
td.TdClassName
{
border-color: #CA880F;
}
.TagClassName
{
border-color: #CA880F;
}
</style>