Shades of Dark Goldenrod #CA8F13
Tints of Dark Goldenrod #CA8F13
RGB
CMYK
RGB Variations
Color information
#CA8F13 (or 0xCA8F13) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 13. RGB value is (202,143,19). Sum of RGB (Red+Green+Blue) = 202+143+19=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F13 is #3570EC. Grayscale: #939393. Windows color (decimal): -3502317 or 1281994. OLE color: 1281994.
HSL color Cylindrical-coordinate representation of color #CA8F13: hue angle of 40.66º 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 #CA8F13 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 19 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.21 |
| HSL | 40.66º | 0.83% | 0.43% | - |
| HSV(B) | 40.66º | 0.91% | 0.79% | - |
| XYZ | 34.3 | 32.25 | 5.03 | - |
| YUV | 146.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 19 | 0 | 0.29 | 0.91 | 0.21 | 40.66 | 0.83 | 0.43 |
| Hex | CA | 8F | 13 | 0 | 1D | 5B | 15 | 29 | 53 | 2B |
| Octal | 312 | 217 | 23 | 0 | 35 | 133 | 25 | 51 | 123 | 53 |
| Binary | 11001010 | 10001111 | 10011 | 0 | 11101 | 1011011 | 10101 | 101001 | 1010011 | 101011 |
Color Harmonies of #CA8F13
Complementary color
Monochromatic Colors of #CA8F13
Black with #CA8F13
Text Example
Text Example
White with #CA8F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F13; }
p { color: rgb(202,143,19); }
H1.HeaderClassName
{
color: #CA8F13;
}
.AnyTagClassName
{
color: #CA8F13;
}
</style>
background-color css
<style>
a { background-color: #CA8F13; }
a { background-color: rgb(202,143,19); }
div.DivClassName
{
background-color: #CA8F13;
}
.BgClassName
{
background-color: #CA8F13;
}
</style>
border-color css
<style>
span { border-color: #CA8F13; }
span { border-color: rgb(202,143,19); }
td.TdClassName
{
border-color: #CA8F13;
}
.TagClassName
{
border-color: #CA8F13;
}
</style>