Shades of Dark Goldenrod #CA7D0C
Tints of Dark Goldenrod #CA7D0C
RGB
CMYK
RGB Variations
Color information
#CA7D0C (or 0xCA7D0C) is known color: Dark Goldenrod. HEX triplet: CA, 7D and 0C. RGB value is (202,125,12). Sum of RGB (Red+Green+Blue) = 202+125+12=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D0C is #3582F3. Grayscale: #878787. Windows color (decimal): -3506932 or 818634. OLE color: 818634.
HSL color Cylindrical-coordinate representation of color #CA7D0C: hue angle of 35.68º 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 #CA7D0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.21 |
| HSL | 35.68º | 0.89% | 0.42% | - |
| HSV(B) | 35.68º | 0.94% | 0.79% | - |
| XYZ | 31.76 | 27.25 | 3.93 | - |
| YUV | 135.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 12 | 0 | 0.38 | 0.94 | 0.21 | 35.68 | 0.89 | 0.42 |
| Hex | CA | 7D | C | 0 | 26 | 5E | 15 | 24 | 59 | 2A |
| Octal | 312 | 175 | 14 | 0 | 46 | 136 | 25 | 44 | 131 | 52 |
| Binary | 11001010 | 1111101 | 1100 | 0 | 100110 | 1011110 | 10101 | 100100 | 1011001 | 101010 |
Color Harmonies of #CA7D0C
Complementary color
Monochromatic Colors of #CA7D0C
Black with #CA7D0C
Text Example
Text Example
White with #CA7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D0C; }
p { color: rgb(202,125,12); }
H1.HeaderClassName
{
color: #CA7D0C;
}
.AnyTagClassName
{
color: #CA7D0C;
}
</style>
background-color css
<style>
a { background-color: #CA7D0C; }
a { background-color: rgb(202,125,12); }
div.DivClassName
{
background-color: #CA7D0C;
}
.BgClassName
{
background-color: #CA7D0C;
}
</style>
border-color css
<style>
span { border-color: #CA7D0C; }
span { border-color: rgb(202,125,12); }
td.TdClassName
{
border-color: #CA7D0C;
}
.TagClassName
{
border-color: #CA7D0C;
}
</style>