Shades of Dark Goldenrod #CA8F0A
Tints of Dark Goldenrod #CA8F0A
RGB
CMYK
RGB Variations
Color information
#CA8F0A (or 0xCA8F0A) is known color: Dark Goldenrod. HEX triplet: CA, 8F and 0A. RGB value is (202,143,10). Sum of RGB (Red+Green+Blue) = 202+143+10=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F0A is #3570F5. Grayscale: #929292. Windows color (decimal): -3502326 or 692170. OLE color: 692170.
HSL color Cylindrical-coordinate representation of color #CA8F0A: hue angle of 41.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA8F0A is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 10 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.21 |
| HSL | 41.56º | 0.91% | 0.42% | - |
| HSV(B) | 41.56º | 0.95% | 0.79% | - |
| XYZ | 34.23 | 32.22 | 4.7 | - |
| YUV | 145.48 | 51.55 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 10 | 0 | 0.29 | 0.95 | 0.21 | 41.56 | 0.91 | 0.42 |
| Hex | CA | 8F | A | 0 | 1D | 5F | 15 | 2A | 5B | 2A |
| Octal | 312 | 217 | 12 | 0 | 35 | 137 | 25 | 52 | 133 | 52 |
| Binary | 11001010 | 10001111 | 1010 | 0 | 11101 | 1011111 | 10101 | 101010 | 1011011 | 101010 |
Color Harmonies of #CA8F0A
Complementary color
Monochromatic Colors of #CA8F0A
Black with #CA8F0A
Text Example
Text Example
White with #CA8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F0A; }
p { color: rgb(202,143,10); }
H1.HeaderClassName
{
color: #CA8F0A;
}
.AnyTagClassName
{
color: #CA8F0A;
}
</style>
background-color css
<style>
a { background-color: #CA8F0A; }
a { background-color: rgb(202,143,10); }
div.DivClassName
{
background-color: #CA8F0A;
}
.BgClassName
{
background-color: #CA8F0A;
}
</style>
border-color css
<style>
span { border-color: #CA8F0A; }
span { border-color: rgb(202,143,10); }
td.TdClassName
{
border-color: #CA8F0A;
}
.TagClassName
{
border-color: #CA8F0A;
}
</style>