Shades of Dark Goldenrod #CA940A
Tints of Dark Goldenrod #CA940A
RGB
CMYK
RGB Variations
Color information
#CA940A (or 0xCA940A) is known color: Dark Goldenrod. HEX triplet: CA, 94 and 0A. RGB value is (202,148,10). Sum of RGB (Red+Green+Blue) = 202+148+10=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA940A is #356BF5. Grayscale: #959595. Windows color (decimal): -3501046 or 693450. OLE color: 693450.
HSL color Cylindrical-coordinate representation of color #CA940A: hue angle of 43.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA940A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.21 |
| HSL | 43.13º | 0.91% | 0.42% | - |
| HSV(B) | 43.13º | 0.95% | 0.79% | - |
| XYZ | 35 | 33.76 | 4.96 | - |
| YUV | 148.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 10 | 0 | 0.27 | 0.95 | 0.21 | 43.13 | 0.91 | 0.42 |
| Hex | CA | 94 | A | 0 | 1B | 5F | 15 | 2B | 5B | 2A |
| Octal | 312 | 224 | 12 | 0 | 33 | 137 | 25 | 53 | 133 | 52 |
| Binary | 11001010 | 10010100 | 1010 | 0 | 11011 | 1011111 | 10101 | 101011 | 1011011 | 101010 |
Color Harmonies of #CA940A
Complementary color
Monochromatic Colors of #CA940A
Black with #CA940A
Text Example
Text Example
White with #CA940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA940A; }
p { color: rgb(202,148,10); }
H1.HeaderClassName
{
color: #CA940A;
}
.AnyTagClassName
{
color: #CA940A;
}
</style>
background-color css
<style>
a { background-color: #CA940A; }
a { background-color: rgb(202,148,10); }
div.DivClassName
{
background-color: #CA940A;
}
.BgClassName
{
background-color: #CA940A;
}
</style>
border-color css
<style>
span { border-color: #CA940A; }
span { border-color: rgb(202,148,10); }
td.TdClassName
{
border-color: #CA940A;
}
.TagClassName
{
border-color: #CA940A;
}
</style>