Shades of Dark Goldenrod #CA8007
Tints of Dark Goldenrod #CA8007
RGB
CMYK
RGB Variations
Color information
#CA8007 (or 0xCA8007) is known color: Dark Goldenrod. HEX triplet: CA, 80 and 07. RGB value is (202,128,7). Sum of RGB (Red+Green+Blue) = 202+128+7=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8007 is #357FF8. Grayscale: #888888. Windows color (decimal): -3506169 or 491722. OLE color: 491722.
HSL color Cylindrical-coordinate representation of color #CA8007: hue angle of 37.23º 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 #CA8007 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.21 |
| HSL | 37.23º | 0.93% | 0.41% | - |
| HSV(B) | 37.23º | 0.97% | 0.79% | - |
| XYZ | 32.11 | 28.01 | 3.91 | - |
| YUV | 136.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 7 | 0 | 0.37 | 0.97 | 0.21 | 37.23 | 0.93 | 0.41 |
| Hex | CA | 80 | 7 | 0 | 25 | 61 | 15 | 25 | 5D | 29 |
| Octal | 312 | 200 | 7 | 0 | 45 | 141 | 25 | 45 | 135 | 51 |
| Binary | 11001010 | 10000000 | 111 | 0 | 100101 | 1100001 | 10101 | 100101 | 1011101 | 101001 |
Color Harmonies of #CA8007
Complementary color
Monochromatic Colors of #CA8007
Black with #CA8007
Text Example
Text Example
White with #CA8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8007; }
p { color: rgb(202,128,7); }
H1.HeaderClassName
{
color: #CA8007;
}
.AnyTagClassName
{
color: #CA8007;
}
</style>
background-color css
<style>
a { background-color: #CA8007; }
a { background-color: rgb(202,128,7); }
div.DivClassName
{
background-color: #CA8007;
}
.BgClassName
{
background-color: #CA8007;
}
</style>
border-color css
<style>
span { border-color: #CA8007; }
span { border-color: rgb(202,128,7); }
td.TdClassName
{
border-color: #CA8007;
}
.TagClassName
{
border-color: #CA8007;
}
</style>