Shades of Dark Goldenrod #CA8503
Tints of Dark Goldenrod #CA8503
RGB
CMYK
RGB Variations
Color information
#CA8503 (or 0xCA8503) is known color: Dark Goldenrod. HEX triplet: CA, 85 and 03. RGB value is (202,133,3). Sum of RGB (Red+Green+Blue) = 202+133+3=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8503 is #357AFC. Grayscale: #8B8B8B. Windows color (decimal): -3504893 or 230858. OLE color: 230858.
HSL color Cylindrical-coordinate representation of color #CA8503: hue angle of 39.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA8503 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.21 |
| HSL | 39.2º | 0.97% | 0.4% | - |
| HSV(B) | 39.2º | 0.99% | 0.79% | - |
| XYZ | 32.76 | 29.34 | 4.02 | - |
| YUV | 138.81 | 51.36 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 3 | 0 | 0.34 | 0.99 | 0.21 | 39.2 | 0.97 | 0.4 |
| Hex | CA | 85 | 3 | 0 | 22 | 63 | 15 | 27 | 61 | 28 |
| Octal | 312 | 205 | 3 | 0 | 42 | 143 | 25 | 47 | 141 | 50 |
| Binary | 11001010 | 10000101 | 11 | 0 | 100010 | 1100011 | 10101 | 100111 | 1100001 | 101000 |
Color Harmonies of #CA8503
Complementary color
Monochromatic Colors of #CA8503
Black with #CA8503
Text Example
Text Example
White with #CA8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8503; }
p { color: rgb(202,133,3); }
H1.HeaderClassName
{
color: #CA8503;
}
.AnyTagClassName
{
color: #CA8503;
}
</style>
background-color css
<style>
a { background-color: #CA8503; }
a { background-color: rgb(202,133,3); }
div.DivClassName
{
background-color: #CA8503;
}
.BgClassName
{
background-color: #CA8503;
}
</style>
border-color css
<style>
span { border-color: #CA8503; }
span { border-color: rgb(202,133,3); }
td.TdClassName
{
border-color: #CA8503;
}
.TagClassName
{
border-color: #CA8503;
}
</style>