Shades of Dark Goldenrod #CA7D0A
Tints of Dark Goldenrod #CA7D0A
RGB
CMYK
RGB Variations
Color information
#CA7D0A (or 0xCA7D0A) is known color: Dark Goldenrod. HEX triplet: CA, 7D and 0A. RGB value is (202,125,10). Sum of RGB (Red+Green+Blue) = 202+125+10=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D0A is #3582F5. Grayscale: #878787. Windows color (decimal): -3506934 or 687562. OLE color: 687562.
HSL color Cylindrical-coordinate representation of color #CA7D0A: hue angle of 35.94º 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 #CA7D0A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.21 |
| HSL | 35.94º | 0.91% | 0.42% | - |
| HSV(B) | 35.94º | 0.95% | 0.79% | - |
| XYZ | 31.75 | 27.25 | 3.87 | - |
| YUV | 134.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 10 | 0 | 0.38 | 0.95 | 0.21 | 35.94 | 0.91 | 0.42 |
| Hex | CA | 7D | A | 0 | 26 | 5F | 15 | 24 | 5B | 2A |
| Octal | 312 | 175 | 12 | 0 | 46 | 137 | 25 | 44 | 133 | 52 |
| Binary | 11001010 | 1111101 | 1010 | 0 | 100110 | 1011111 | 10101 | 100100 | 1011011 | 101010 |
Color Harmonies of #CA7D0A
Complementary color
Monochromatic Colors of #CA7D0A
Black with #CA7D0A
Text Example
Text Example
White with #CA7D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D0A; }
p { color: rgb(202,125,10); }
H1.HeaderClassName
{
color: #CA7D0A;
}
.AnyTagClassName
{
color: #CA7D0A;
}
</style>
background-color css
<style>
a { background-color: #CA7D0A; }
a { background-color: rgb(202,125,10); }
div.DivClassName
{
background-color: #CA7D0A;
}
.BgClassName
{
background-color: #CA7D0A;
}
</style>
border-color css
<style>
span { border-color: #CA7D0A; }
span { border-color: rgb(202,125,10); }
td.TdClassName
{
border-color: #CA7D0A;
}
.TagClassName
{
border-color: #CA7D0A;
}
</style>