Shades of Dark Goldenrod #CA8513
Tints of Dark Goldenrod #CA8513
RGB
CMYK
RGB Variations
Color information
#CA8513 (or 0xCA8513) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 13. RGB value is (202,133,19). Sum of RGB (Red+Green+Blue) = 202+133+19=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8513 is #357AEC. Grayscale: #8D8D8D. Windows color (decimal): -3504877 or 1279434. OLE color: 1279434.
HSL color Cylindrical-coordinate representation of color #CA8513: hue angle of 37.38º 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 #CA8513 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 19 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.21 |
| HSL | 37.38º | 0.83% | 0.43% | - |
| HSV(B) | 37.38º | 0.91% | 0.79% | - |
| XYZ | 32.86 | 29.38 | 4.55 | - |
| YUV | 140.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 19 | 0 | 0.34 | 0.91 | 0.21 | 37.38 | 0.83 | 0.43 |
| Hex | CA | 85 | 13 | 0 | 22 | 5B | 15 | 25 | 53 | 2B |
| Octal | 312 | 205 | 23 | 0 | 42 | 133 | 25 | 45 | 123 | 53 |
| Binary | 11001010 | 10000101 | 10011 | 0 | 100010 | 1011011 | 10101 | 100101 | 1010011 | 101011 |
Color Harmonies of #CA8513
Complementary color
Monochromatic Colors of #CA8513
Black with #CA8513
Text Example
Text Example
White with #CA8513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8513; }
p { color: rgb(202,133,19); }
H1.HeaderClassName
{
color: #CA8513;
}
.AnyTagClassName
{
color: #CA8513;
}
</style>
background-color css
<style>
a { background-color: #CA8513; }
a { background-color: rgb(202,133,19); }
div.DivClassName
{
background-color: #CA8513;
}
.BgClassName
{
background-color: #CA8513;
}
</style>
border-color css
<style>
span { border-color: #CA8513; }
span { border-color: rgb(202,133,19); }
td.TdClassName
{
border-color: #CA8513;
}
.TagClassName
{
border-color: #CA8513;
}
</style>