Shades of Dark Goldenrod #CA8C16
Tints of Dark Goldenrod #CA8C16
RGB
CMYK
RGB Variations
Color information
#CA8C16 (or 0xCA8C16) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 16. RGB value is (202,140,22). Sum of RGB (Red+Green+Blue) = 202+140+22=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C16 is #3573E9. Grayscale: #919191. Windows color (decimal): -3503082 or 1477834. OLE color: 1477834.
HSL color Cylindrical-coordinate representation of color #CA8C16: hue angle of 39.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA8C16 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.21 |
| HSL | 39.33º | 0.8% | 0.44% | - |
| HSV(B) | 39.33º | 0.89% | 0.79% | - |
| XYZ | 33.88 | 31.37 | 5.03 | - |
| YUV | 145.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 22 | 0 | 0.31 | 0.89 | 0.21 | 39.33 | 0.8 | 0.44 |
| Hex | CA | 8C | 16 | 0 | 1F | 59 | 15 | 27 | 50 | 2C |
| Octal | 312 | 214 | 26 | 0 | 37 | 131 | 25 | 47 | 120 | 54 |
| Binary | 11001010 | 10001100 | 10110 | 0 | 11111 | 1011001 | 10101 | 100111 | 1010000 | 101100 |
Color Harmonies of #CA8C16
Complementary color
Monochromatic Colors of #CA8C16
Black with #CA8C16
Text Example
Text Example
White with #CA8C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C16; }
p { color: rgb(202,140,22); }
H1.HeaderClassName
{
color: #CA8C16;
}
.AnyTagClassName
{
color: #CA8C16;
}
</style>
background-color css
<style>
a { background-color: #CA8C16; }
a { background-color: rgb(202,140,22); }
div.DivClassName
{
background-color: #CA8C16;
}
.BgClassName
{
background-color: #CA8C16;
}
</style>
border-color css
<style>
span { border-color: #CA8C16; }
span { border-color: rgb(202,140,22); }
td.TdClassName
{
border-color: #CA8C16;
}
.TagClassName
{
border-color: #CA8C16;
}
</style>