Shades of Dark Goldenrod #CA9600
Tints of Dark Goldenrod #CA9600
RGB
CMYK
RGB Variations
Color information
#CA9600 (or 0xCA9600) is known color: Dark Goldenrod. HEX triplet: CA, 96 and 00. RGB value is (202,150,0). Sum of RGB (Red+Green+Blue) = 202+150+0=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9600 is #3569FF. Grayscale: #959595. Windows color (decimal): -3500544 or 38602. OLE color: 38602.
HSL color Cylindrical-coordinate representation of color #CA9600: hue angle of 44.55º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.21 |
| HSL | 44.55º | 1% | 0.4% | - |
| HSV(B) | 44.55º | 1% | 0.79% | - |
| XYZ | 35.26 | 34.37 | 4.78 | - |
| YUV | 148.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 0 | 0 | 0.26 | 1 | 0.21 | 44.55 | 1 | 0.4 |
| Hex | CA | 96 | 0 | 0 | 1A | 64 | 15 | 2D | 64 | 28 |
| Octal | 312 | 226 | 0 | 0 | 32 | 144 | 25 | 55 | 144 | 50 |
| Binary | 11001010 | 10010110 | 0 | 0 | 11010 | 1100100 | 10101 | 101101 | 1100100 | 101000 |
Color Harmonies of #CA9600
Complementary color
Monochromatic Colors of #CA9600
Black with #CA9600
Text Example
Text Example
White with #CA9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9600; }
p { color: rgb(202,150,0); }
H1.HeaderClassName
{
color: #CA9600;
}
.AnyTagClassName
{
color: #CA9600;
}
</style>
background-color css
<style>
a { background-color: #CA9600; }
a { background-color: rgb(202,150,0); }
div.DivClassName
{
background-color: #CA9600;
}
.BgClassName
{
background-color: #CA9600;
}
</style>
border-color css
<style>
span { border-color: #CA9600; }
span { border-color: rgb(202,150,0); }
td.TdClassName
{
border-color: #CA9600;
}
.TagClassName
{
border-color: #CA9600;
}
</style>