Shades of Dark Goldenrod #CA7C07
Tints of Dark Goldenrod #CA7C07
RGB
CMYK
RGB Variations
Color information
#CA7C07 (or 0xCA7C07) is known color: Dark Goldenrod. HEX triplet: CA, 7C and 07. RGB value is (202,124,7). Sum of RGB (Red+Green+Blue) = 202+124+7=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7C07 is #3583F8. Grayscale: #868686. Windows color (decimal): -3507193 or 490698. OLE color: 490698.
HSL color Cylindrical-coordinate representation of color #CA7C07: hue angle of 36º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA7C07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.21 |
| HSL | 36º | 0.93% | 0.41% | - |
| HSV(B) | 36º | 0.97% | 0.79% | - |
| XYZ | 31.6 | 26.99 | 3.74 | - |
| YUV | 133.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 7 | 0 | 0.39 | 0.97 | 0.21 | 36 | 0.93 | 0.41 |
| Hex | CA | 7C | 7 | 0 | 27 | 61 | 15 | 24 | 5D | 29 |
| Octal | 312 | 174 | 7 | 0 | 47 | 141 | 25 | 44 | 135 | 51 |
| Binary | 11001010 | 1111100 | 111 | 0 | 100111 | 1100001 | 10101 | 100100 | 1011101 | 101001 |
Color Harmonies of #CA7C07
Complementary color
Monochromatic Colors of #CA7C07
Black with #CA7C07
Text Example
Text Example
White with #CA7C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C07; }
p { color: rgb(202,124,7); }
H1.HeaderClassName
{
color: #CA7C07;
}
.AnyTagClassName
{
color: #CA7C07;
}
</style>
background-color css
<style>
a { background-color: #CA7C07; }
a { background-color: rgb(202,124,7); }
div.DivClassName
{
background-color: #CA7C07;
}
.BgClassName
{
background-color: #CA7C07;
}
</style>
border-color css
<style>
span { border-color: #CA7C07; }
span { border-color: rgb(202,124,7); }
td.TdClassName
{
border-color: #CA7C07;
}
.TagClassName
{
border-color: #CA7C07;
}
</style>