Shades of Dark Goldenrod #CA9401
Tints of Dark Goldenrod #CA9401
RGB
CMYK
RGB Variations
Color information
#CA9401 (or 0xCA9401) is known color: Dark Goldenrod. HEX triplet: CA, 94 and 01. RGB value is (202,148,1). Sum of RGB (Red+Green+Blue) = 202+148+1=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9401 is #356BFE. Grayscale: #949494. Windows color (decimal): -3501055 or 103626. OLE color: 103626.
HSL color Cylindrical-coordinate representation of color #CA9401: hue angle of 43.88º 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 #CA9401 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.21 |
| HSL | 43.88º | 0.99% | 0.4% | - |
| HSV(B) | 43.88º | 1% | 0.79% | - |
| XYZ | 34.95 | 33.74 | 4.7 | - |
| YUV | 147.39 | 45.39 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 1 | 0 | 0.27 | 1.00 | 0.21 | 43.88 | 0.99 | 0.4 |
| Hex | CA | 94 | 1 | 0 | 1B | 64 | 15 | 2C | 63 | 28 |
| Octal | 312 | 224 | 1 | 0 | 33 | 144 | 25 | 54 | 143 | 50 |
| Binary | 11001010 | 10010100 | 1 | 0 | 11011 | 1100100 | 10101 | 101100 | 1100011 | 101000 |
Color Harmonies of #CA9401
Complementary color
Monochromatic Colors of #CA9401
Black with #CA9401
Text Example
Text Example
White with #CA9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9401; }
p { color: rgb(202,148,1); }
H1.HeaderClassName
{
color: #CA9401;
}
.AnyTagClassName
{
color: #CA9401;
}
</style>
background-color css
<style>
a { background-color: #CA9401; }
a { background-color: rgb(202,148,1); }
div.DivClassName
{
background-color: #CA9401;
}
.BgClassName
{
background-color: #CA9401;
}
</style>
border-color css
<style>
span { border-color: #CA9401; }
span { border-color: rgb(202,148,1); }
td.TdClassName
{
border-color: #CA9401;
}
.TagClassName
{
border-color: #CA9401;
}
</style>