Shades of Dark Goldenrod #CA7404
Tints of Dark Goldenrod #CA7404
RGB
CMYK
RGB Variations
Color information
#CA7404 (or 0xCA7404) is known color: Dark Goldenrod. HEX triplet: CA, 74 and 04. RGB value is (202,116,4). Sum of RGB (Red+Green+Blue) = 202+116+4=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7404 is #358BFB. Grayscale: #818181. Windows color (decimal): -3509244 or 292042. OLE color: 292042.
HSL color Cylindrical-coordinate representation of color #CA7404: hue angle of 33.94º 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 #CA7404 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.21 |
| HSL | 33.94º | 0.96% | 0.4% | - |
| HSV(B) | 33.94º | 0.98% | 0.79% | - |
| XYZ | 30.62 | 25.06 | 3.34 | - |
| YUV | 128.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 4 | 0 | 0.43 | 0.98 | 0.21 | 33.94 | 0.96 | 0.4 |
| Hex | CA | 74 | 4 | 0 | 2B | 62 | 15 | 22 | 60 | 28 |
| Octal | 312 | 164 | 4 | 0 | 53 | 142 | 25 | 42 | 140 | 50 |
| Binary | 11001010 | 1110100 | 100 | 0 | 101011 | 1100010 | 10101 | 100010 | 1100000 | 101000 |
Color Harmonies of #CA7404
Complementary color
Monochromatic Colors of #CA7404
Black with #CA7404
Text Example
Text Example
White with #CA7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7404; }
p { color: rgb(202,116,4); }
H1.HeaderClassName
{
color: #CA7404;
}
.AnyTagClassName
{
color: #CA7404;
}
</style>
background-color css
<style>
a { background-color: #CA7404; }
a { background-color: rgb(202,116,4); }
div.DivClassName
{
background-color: #CA7404;
}
.BgClassName
{
background-color: #CA7404;
}
</style>
border-color css
<style>
span { border-color: #CA7404; }
span { border-color: rgb(202,116,4); }
td.TdClassName
{
border-color: #CA7404;
}
.TagClassName
{
border-color: #CA7404;
}
</style>