Shades of Dark Goldenrod #CA8C17
Tints of Dark Goldenrod #CA8C17
RGB
CMYK
RGB Variations
Color information
#CA8C17 (or 0xCA8C17) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 17. RGB value is (202,140,23). Sum of RGB (Red+Green+Blue) = 202+140+23=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C17 is #3573E8. Grayscale: #919191. Windows color (decimal): -3503081 or 1543370. OLE color: 1543370.
HSL color Cylindrical-coordinate representation of color #CA8C17: hue angle of 39.22º 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 #CA8C17 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 23 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.21 |
| HSL | 39.22º | 0.8% | 0.44% | - |
| HSV(B) | 39.22º | 0.89% | 0.79% | - |
| XYZ | 33.89 | 31.37 | 5.08 | - |
| YUV | 145.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 23 | 0 | 0.31 | 0.89 | 0.21 | 39.22 | 0.8 | 0.44 |
| Hex | CA | 8C | 17 | 0 | 1F | 59 | 15 | 27 | 50 | 2C |
| Octal | 312 | 214 | 27 | 0 | 37 | 131 | 25 | 47 | 120 | 54 |
| Binary | 11001010 | 10001100 | 10111 | 0 | 11111 | 1011001 | 10101 | 100111 | 1010000 | 101100 |
Color Harmonies of #CA8C17
Complementary color
Monochromatic Colors of #CA8C17
Black with #CA8C17
Text Example
Text Example
White with #CA8C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C17; }
p { color: rgb(202,140,23); }
H1.HeaderClassName
{
color: #CA8C17;
}
.AnyTagClassName
{
color: #CA8C17;
}
</style>
background-color css
<style>
a { background-color: #CA8C17; }
a { background-color: rgb(202,140,23); }
div.DivClassName
{
background-color: #CA8C17;
}
.BgClassName
{
background-color: #CA8C17;
}
</style>
border-color css
<style>
span { border-color: #CA8C17; }
span { border-color: rgb(202,140,23); }
td.TdClassName
{
border-color: #CA8C17;
}
.TagClassName
{
border-color: #CA8C17;
}
</style>