Shades of Dark Goldenrod #CA8C13
Tints of Dark Goldenrod #CA8C13
RGB
CMYK
RGB Variations
Color information
#CA8C13 (or 0xCA8C13) is known color: Dark Goldenrod. HEX triplet: CA, 8C and 13. RGB value is (202,140,19). Sum of RGB (Red+Green+Blue) = 202+140+19=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C13 is #3573EC. Grayscale: #919191. Windows color (decimal): -3503085 or 1281226. OLE color: 1281226.
HSL color Cylindrical-coordinate representation of color #CA8C13: hue angle of 39.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA8C13 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 19 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.21 |
| HSL | 39.67º | 0.83% | 0.43% | - |
| HSV(B) | 39.67º | 0.91% | 0.79% | - |
| XYZ | 33.85 | 31.36 | 4.88 | - |
| YUV | 144.74 | 57.04 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 19 | 0 | 0.31 | 0.91 | 0.21 | 39.67 | 0.83 | 0.43 |
| Hex | CA | 8C | 13 | 0 | 1F | 5B | 15 | 28 | 53 | 2B |
| Octal | 312 | 214 | 23 | 0 | 37 | 133 | 25 | 50 | 123 | 53 |
| Binary | 11001010 | 10001100 | 10011 | 0 | 11111 | 1011011 | 10101 | 101000 | 1010011 | 101011 |
Color Harmonies of #CA8C13
Complementary color
Monochromatic Colors of #CA8C13
Black with #CA8C13
Text Example
Text Example
White with #CA8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C13; }
p { color: rgb(202,140,19); }
H1.HeaderClassName
{
color: #CA8C13;
}
.AnyTagClassName
{
color: #CA8C13;
}
</style>
background-color css
<style>
a { background-color: #CA8C13; }
a { background-color: rgb(202,140,19); }
div.DivClassName
{
background-color: #CA8C13;
}
.BgClassName
{
background-color: #CA8C13;
}
</style>
border-color css
<style>
span { border-color: #CA8C13; }
span { border-color: rgb(202,140,19); }
td.TdClassName
{
border-color: #CA8C13;
}
.TagClassName
{
border-color: #CA8C13;
}
</style>