Shades of Dark Goldenrod #CA8713
Tints of Dark Goldenrod #CA8713
RGB
CMYK
RGB Variations
Color information
#CA8713 (or 0xCA8713) is known color: Dark Goldenrod. HEX triplet: CA, 87 and 13. RGB value is (202,135,19). Sum of RGB (Red+Green+Blue) = 202+135+19=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8713 is #3578EC. Grayscale: #8E8E8E. Windows color (decimal): -3504365 or 1279946. OLE color: 1279946.
HSL color Cylindrical-coordinate representation of color #CA8713: hue angle of 38.03º 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 #CA8713 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.21 |
| HSL | 38.03º | 0.83% | 0.43% | - |
| HSV(B) | 38.03º | 0.91% | 0.79% | - |
| XYZ | 33.14 | 29.93 | 4.65 | - |
| YUV | 141.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 19 | 0 | 0.33 | 0.91 | 0.21 | 38.03 | 0.83 | 0.43 |
| Hex | CA | 87 | 13 | 0 | 21 | 5B | 15 | 26 | 53 | 2B |
| Octal | 312 | 207 | 23 | 0 | 41 | 133 | 25 | 46 | 123 | 53 |
| Binary | 11001010 | 10000111 | 10011 | 0 | 100001 | 1011011 | 10101 | 100110 | 1010011 | 101011 |
Color Harmonies of #CA8713
Complementary color
Monochromatic Colors of #CA8713
Black with #CA8713
Text Example
Text Example
White with #CA8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8713; }
p { color: rgb(202,135,19); }
H1.HeaderClassName
{
color: #CA8713;
}
.AnyTagClassName
{
color: #CA8713;
}
</style>
background-color css
<style>
a { background-color: #CA8713; }
a { background-color: rgb(202,135,19); }
div.DivClassName
{
background-color: #CA8713;
}
.BgClassName
{
background-color: #CA8713;
}
</style>
border-color css
<style>
span { border-color: #CA8713; }
span { border-color: rgb(202,135,19); }
td.TdClassName
{
border-color: #CA8713;
}
.TagClassName
{
border-color: #CA8713;
}
</style>