Shades of Dark Goldenrod #CA7A04
Tints of Dark Goldenrod #CA7A04
RGB
CMYK
RGB Variations
Color information
#CA7A04 (or 0xCA7A04) is known color: Dark Goldenrod. HEX triplet: CA, 7A and 04. RGB value is (202,122,4). Sum of RGB (Red+Green+Blue) = 202+122+4=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A04 is #3585FB. Grayscale: #858585. Windows color (decimal): -3507708 or 293578. OLE color: 293578.
HSL color Cylindrical-coordinate representation of color #CA7A04: hue angle of 35.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA7A04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.21 |
| HSL | 35.76º | 0.96% | 0.4% | - |
| HSV(B) | 35.76º | 0.98% | 0.79% | - |
| XYZ | 31.34 | 26.48 | 3.58 | - |
| YUV | 132.47 | 55.5 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 4 | 0 | 0.40 | 0.98 | 0.21 | 35.76 | 0.96 | 0.4 |
| Hex | CA | 7A | 4 | 0 | 28 | 62 | 15 | 24 | 60 | 28 |
| Octal | 312 | 172 | 4 | 0 | 50 | 142 | 25 | 44 | 140 | 50 |
| Binary | 11001010 | 1111010 | 100 | 0 | 101000 | 1100010 | 10101 | 100100 | 1100000 | 101000 |
Color Harmonies of #CA7A04
Complementary color
Monochromatic Colors of #CA7A04
Black with #CA7A04
Text Example
Text Example
White with #CA7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A04; }
p { color: rgb(202,122,4); }
H1.HeaderClassName
{
color: #CA7A04;
}
.AnyTagClassName
{
color: #CA7A04;
}
</style>
background-color css
<style>
a { background-color: #CA7A04; }
a { background-color: rgb(202,122,4); }
div.DivClassName
{
background-color: #CA7A04;
}
.BgClassName
{
background-color: #CA7A04;
}
</style>
border-color css
<style>
span { border-color: #CA7A04; }
span { border-color: rgb(202,122,4); }
td.TdClassName
{
border-color: #CA7A04;
}
.TagClassName
{
border-color: #CA7A04;
}
</style>