Shades of Dark Goldenrod #CA7901
Tints of Dark Goldenrod #CA7901
RGB
CMYK
RGB Variations
Color information
#CA7901 (or 0xCA7901) is known color: Dark Goldenrod. HEX triplet: CA, 79 and 01. RGB value is (202,121,1). Sum of RGB (Red+Green+Blue) = 202+121+1=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7901 is #3586FE. Grayscale: #848484. Windows color (decimal): -3507967 or 96714. OLE color: 96714.
HSL color Cylindrical-coordinate representation of color #CA7901: hue angle of 35.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA7901 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.21 |
| HSL | 35.82º | 0.99% | 0.4% | - |
| HSV(B) | 35.82º | 1% | 0.79% | - |
| XYZ | 31.2 | 26.23 | 3.45 | - |
| YUV | 131.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 1 | 0 | 0.40 | 1.00 | 0.21 | 35.82 | 0.99 | 0.4 |
| Hex | CA | 79 | 1 | 0 | 28 | 64 | 15 | 24 | 63 | 28 |
| Octal | 312 | 171 | 1 | 0 | 50 | 144 | 25 | 44 | 143 | 50 |
| Binary | 11001010 | 1111001 | 1 | 0 | 101000 | 1100100 | 10101 | 100100 | 1100011 | 101000 |
Color Harmonies of #CA7901
Complementary color
Monochromatic Colors of #CA7901
Black with #CA7901
Text Example
Text Example
White with #CA7901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7901; }
p { color: rgb(202,121,1); }
H1.HeaderClassName
{
color: #CA7901;
}
.AnyTagClassName
{
color: #CA7901;
}
</style>
background-color css
<style>
a { background-color: #CA7901; }
a { background-color: rgb(202,121,1); }
div.DivClassName
{
background-color: #CA7901;
}
.BgClassName
{
background-color: #CA7901;
}
</style>
border-color css
<style>
span { border-color: #CA7901; }
span { border-color: rgb(202,121,1); }
td.TdClassName
{
border-color: #CA7901;
}
.TagClassName
{
border-color: #CA7901;
}
</style>