Shades of Dark Goldenrod #CA9701
Tints of Dark Goldenrod #CA9701
RGB
CMYK
RGB Variations
Color information
#CA9701 (or 0xCA9701) is known color: Dark Goldenrod. HEX triplet: CA, 97 and 01. RGB value is (202,151,1). Sum of RGB (Red+Green+Blue) = 202+151+1=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9701 is #3568FE. Grayscale: #959595. Windows color (decimal): -3500287 or 104394. OLE color: 104394.
HSL color Cylindrical-coordinate representation of color #CA9701: hue angle of 44.78º 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 #CA9701 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.21 |
| HSL | 44.78º | 0.99% | 0.4% | - |
| HSV(B) | 44.78º | 1% | 0.79% | - |
| XYZ | 35.43 | 34.69 | 4.86 | - |
| YUV | 149.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 1 | 0 | 0.25 | 1.00 | 0.21 | 44.78 | 0.99 | 0.4 |
| Hex | CA | 97 | 1 | 0 | 19 | 64 | 15 | 2D | 63 | 28 |
| Octal | 312 | 227 | 1 | 0 | 31 | 144 | 25 | 55 | 143 | 50 |
| Binary | 11001010 | 10010111 | 1 | 0 | 11001 | 1100100 | 10101 | 101101 | 1100011 | 101000 |
Color Harmonies of #CA9701
Complementary color
Monochromatic Colors of #CA9701
Black with #CA9701
Text Example
Text Example
White with #CA9701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9701; }
p { color: rgb(202,151,1); }
H1.HeaderClassName
{
color: #CA9701;
}
.AnyTagClassName
{
color: #CA9701;
}
</style>
background-color css
<style>
a { background-color: #CA9701; }
a { background-color: rgb(202,151,1); }
div.DivClassName
{
background-color: #CA9701;
}
.BgClassName
{
background-color: #CA9701;
}
</style>
border-color css
<style>
span { border-color: #CA9701; }
span { border-color: rgb(202,151,1); }
td.TdClassName
{
border-color: #CA9701;
}
.TagClassName
{
border-color: #CA9701;
}
</style>