Shades of Dark Goldenrod #CA9003
Tints of Dark Goldenrod #CA9003
RGB
CMYK
RGB Variations
Color information
#CA9003 (or 0xCA9003) is known color: Dark Goldenrod. HEX triplet: CA, 90 and 03. RGB value is (202,144,3). Sum of RGB (Red+Green+Blue) = 202+144+3=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9003 is #356FFC. Grayscale: #919191. Windows color (decimal): -3502077 or 233674. OLE color: 233674.
HSL color Cylindrical-coordinate representation of color #CA9003: hue angle of 42.51º 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 #CA9003 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.21 |
| HSL | 42.51º | 0.97% | 0.4% | - |
| HSV(B) | 42.51º | 0.99% | 0.79% | - |
| XYZ | 34.35 | 32.51 | 4.55 | - |
| YUV | 145.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 3 | 0 | 0.29 | 0.99 | 0.21 | 42.51 | 0.97 | 0.4 |
| Hex | CA | 90 | 3 | 0 | 1D | 63 | 15 | 2B | 61 | 28 |
| Octal | 312 | 220 | 3 | 0 | 35 | 143 | 25 | 53 | 141 | 50 |
| Binary | 11001010 | 10010000 | 11 | 0 | 11101 | 1100011 | 10101 | 101011 | 1100001 | 101000 |
Color Harmonies of #CA9003
Complementary color
Monochromatic Colors of #CA9003
Black with #CA9003
Text Example
Text Example
White with #CA9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9003; }
p { color: rgb(202,144,3); }
H1.HeaderClassName
{
color: #CA9003;
}
.AnyTagClassName
{
color: #CA9003;
}
</style>
background-color css
<style>
a { background-color: #CA9003; }
a { background-color: rgb(202,144,3); }
div.DivClassName
{
background-color: #CA9003;
}
.BgClassName
{
background-color: #CA9003;
}
</style>
border-color css
<style>
span { border-color: #CA9003; }
span { border-color: rgb(202,144,3); }
td.TdClassName
{
border-color: #CA9003;
}
.TagClassName
{
border-color: #CA9003;
}
</style>