Shades of Dark Goldenrod #CA8500
Tints of Dark Goldenrod #CA8500
RGB
CMYK
RGB Variations
Color information
#CA8500 (or 0xCA8500) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 00. RGB value is (202,133,0). Sum of RGB (Red+Green+Blue) = 202+133+0=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8500 is #357AFF. Grayscale: #8B8B8B. Windows color (decimal): -3504896 or 34250. OLE color: 34250.
HSL color Cylindrical-coordinate representation of color #CA8500: hue angle of 39.5º 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 #CA8500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.21 |
| HSL | 39.5º | 1% | 0.4% | - |
| HSV(B) | 39.5º | 1% | 0.79% | - |
| XYZ | 32.74 | 29.33 | 3.94 | - |
| YUV | 138.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 0 | 0 | 0.34 | 1 | 0.21 | 39.5 | 1 | 0.4 |
| Hex | CA | 85 | 0 | 0 | 22 | 64 | 15 | 28 | 64 | 28 |
| Octal | 312 | 205 | 0 | 0 | 42 | 144 | 25 | 50 | 144 | 50 |
| Binary | 11001010 | 10000101 | 0 | 0 | 100010 | 1100100 | 10101 | 101000 | 1100100 | 101000 |
Color Harmonies of #CA8500
Complementary color
Monochromatic Colors of #CA8500
Black with #CA8500
Text Example
Text Example
White with #CA8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8500; }
p { color: rgb(202,133,0); }
H1.HeaderClassName
{
color: #CA8500;
}
.AnyTagClassName
{
color: #CA8500;
}
</style>
background-color css
<style>
a { background-color: #CA8500; }
a { background-color: rgb(202,133,0); }
div.DivClassName
{
background-color: #CA8500;
}
.BgClassName
{
background-color: #CA8500;
}
</style>
border-color css
<style>
span { border-color: #CA8500; }
span { border-color: rgb(202,133,0); }
td.TdClassName
{
border-color: #CA8500;
}
.TagClassName
{
border-color: #CA8500;
}
</style>