Shades of Dark Goldenrod #CA7D04
Tints of Dark Goldenrod #CA7D04
RGB
CMYK
RGB Variations
Color information
#CA7D04 (or 0xCA7D04) is known color: Dark Goldenrod. HEX triplet: CA, 7D and 04. RGB value is (202,125,4). Sum of RGB (Red+Green+Blue) = 202+125+4=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D04 is #3582FB. Grayscale: #868686. Windows color (decimal): -3506940 or 294346. OLE color: 294346.
HSL color Cylindrical-coordinate representation of color #CA7D04: hue angle of 36.67º 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 #CA7D04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.21 |
| HSL | 36.67º | 0.96% | 0.4% | - |
| HSV(B) | 36.67º | 0.98% | 0.79% | - |
| XYZ | 31.71 | 27.23 | 3.7 | - |
| YUV | 134.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 4 | 0 | 0.38 | 0.98 | 0.21 | 36.67 | 0.96 | 0.4 |
| Hex | CA | 7D | 4 | 0 | 26 | 62 | 15 | 25 | 60 | 28 |
| Octal | 312 | 175 | 4 | 0 | 46 | 142 | 25 | 45 | 140 | 50 |
| Binary | 11001010 | 1111101 | 100 | 0 | 100110 | 1100010 | 10101 | 100101 | 1100000 | 101000 |
Color Harmonies of #CA7D04
Complementary color
Monochromatic Colors of #CA7D04
Black with #CA7D04
Text Example
Text Example
White with #CA7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D04; }
p { color: rgb(202,125,4); }
H1.HeaderClassName
{
color: #CA7D04;
}
.AnyTagClassName
{
color: #CA7D04;
}
</style>
background-color css
<style>
a { background-color: #CA7D04; }
a { background-color: rgb(202,125,4); }
div.DivClassName
{
background-color: #CA7D04;
}
.BgClassName
{
background-color: #CA7D04;
}
</style>
border-color css
<style>
span { border-color: #CA7D04; }
span { border-color: rgb(202,125,4); }
td.TdClassName
{
border-color: #CA7D04;
}
.TagClassName
{
border-color: #CA7D04;
}
</style>