Shades of Dark Goldenrod #CA8C15
Tints of Dark Goldenrod #CA8C15
RGB
CMYK
RGB Variations
Color information
#CA8C15 (or 0xCA8C15) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 15. RGB value is (202,140,21). Sum of RGB (Red+Green+Blue) = 202+140+21=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C15 is #3573EA. Grayscale: #919191. Windows color (decimal): -3503083 or 1412298. OLE color: 1412298.
HSL color Cylindrical-coordinate representation of color #CA8C15: hue angle of 39.45º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA8C15 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.21 |
| HSL | 39.45º | 0.81% | 0.44% | - |
| HSV(B) | 39.45º | 0.9% | 0.79% | - |
| XYZ | 33.87 | 31.37 | 4.98 | - |
| YUV | 144.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 21 | 0 | 0.31 | 0.90 | 0.21 | 39.45 | 0.81 | 0.44 |
| Hex | CA | 8C | 15 | 0 | 1F | 5A | 15 | 27 | 51 | 2C |
| Octal | 312 | 214 | 25 | 0 | 37 | 132 | 25 | 47 | 121 | 54 |
| Binary | 11001010 | 10001100 | 10101 | 0 | 11111 | 1011010 | 10101 | 100111 | 1010001 | 101100 |
Color Harmonies of #CA8C15
Complementary color
Monochromatic Colors of #CA8C15
Black with #CA8C15
Text Example
Text Example
White with #CA8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C15; }
p { color: rgb(202,140,21); }
H1.HeaderClassName
{
color: #CA8C15;
}
.AnyTagClassName
{
color: #CA8C15;
}
</style>
background-color css
<style>
a { background-color: #CA8C15; }
a { background-color: rgb(202,140,21); }
div.DivClassName
{
background-color: #CA8C15;
}
.BgClassName
{
background-color: #CA8C15;
}
</style>
border-color css
<style>
span { border-color: #CA8C15; }
span { border-color: rgb(202,140,21); }
td.TdClassName
{
border-color: #CA8C15;
}
.TagClassName
{
border-color: #CA8C15;
}
</style>