Shades of Dark Goldenrod #CA840C
Tints of Dark Goldenrod #CA840C
RGB
CMYK
RGB Variations
Color information
#CA840C (or 0xCA840C) is known color: Dark Goldenrod. HEX triplet: CA, 84 and 0C. RGB value is (202,132,12). Sum of RGB (Red+Green+Blue) = 202+132+12=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA840C is #357BF3. Grayscale: #8B8B8B. Windows color (decimal): -3505140 or 820426. OLE color: 820426.
HSL color Cylindrical-coordinate representation of color #CA840C: hue angle of 37.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA840C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.21 |
| HSL | 37.89º | 0.89% | 0.42% | - |
| HSV(B) | 37.89º | 0.94% | 0.79% | - |
| XYZ | 32.67 | 29.09 | 4.24 | - |
| YUV | 139.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 12 | 0 | 0.35 | 0.94 | 0.21 | 37.89 | 0.89 | 0.42 |
| Hex | CA | 84 | C | 0 | 23 | 5E | 15 | 26 | 59 | 2A |
| Octal | 312 | 204 | 14 | 0 | 43 | 136 | 25 | 46 | 131 | 52 |
| Binary | 11001010 | 10000100 | 1100 | 0 | 100011 | 1011110 | 10101 | 100110 | 1011001 | 101010 |
Color Harmonies of #CA840C
Complementary color
Monochromatic Colors of #CA840C
Black with #CA840C
Text Example
Text Example
White with #CA840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA840C; }
p { color: rgb(202,132,12); }
H1.HeaderClassName
{
color: #CA840C;
}
.AnyTagClassName
{
color: #CA840C;
}
</style>
background-color css
<style>
a { background-color: #CA840C; }
a { background-color: rgb(202,132,12); }
div.DivClassName
{
background-color: #CA840C;
}
.BgClassName
{
background-color: #CA840C;
}
</style>
border-color css
<style>
span { border-color: #CA840C; }
span { border-color: rgb(202,132,12); }
td.TdClassName
{
border-color: #CA840C;
}
.TagClassName
{
border-color: #CA840C;
}
</style>