Shades of Dark Goldenrod #CA930C
Tints of Dark Goldenrod #CA930C
RGB
CMYK
RGB Variations
Color information
#CA930C (or 0xCA930C) is known color: Dark Goldenrod. HEX triplet: CA, 93 and 0C. RGB value is (202,147,12). Sum of RGB (Red+Green+Blue) = 202+147+12=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA930C is #356CF3. Grayscale: #949494. Windows color (decimal): -3501300 or 824266. OLE color: 824266.
HSL color Cylindrical-coordinate representation of color #CA930C: hue angle of 42.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA930C is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 12 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.21 |
| HSL | 42.63º | 0.89% | 0.42% | - |
| HSV(B) | 42.63º | 0.94% | 0.79% | - |
| XYZ | 34.86 | 33.45 | 4.97 | - |
| YUV | 148.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 12 | 0 | 0.27 | 0.94 | 0.21 | 42.63 | 0.89 | 0.42 |
| Hex | CA | 93 | C | 0 | 1B | 5E | 15 | 2B | 59 | 2A |
| Octal | 312 | 223 | 14 | 0 | 33 | 136 | 25 | 53 | 131 | 52 |
| Binary | 11001010 | 10010011 | 1100 | 0 | 11011 | 1011110 | 10101 | 101011 | 1011001 | 101010 |
Color Harmonies of #CA930C
Complementary color
Monochromatic Colors of #CA930C
Black with #CA930C
Text Example
Text Example
White with #CA930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA930C; }
p { color: rgb(202,147,12); }
H1.HeaderClassName
{
color: #CA930C;
}
.AnyTagClassName
{
color: #CA930C;
}
</style>
background-color css
<style>
a { background-color: #CA930C; }
a { background-color: rgb(202,147,12); }
div.DivClassName
{
background-color: #CA930C;
}
.BgClassName
{
background-color: #CA930C;
}
</style>
border-color css
<style>
span { border-color: #CA930C; }
span { border-color: rgb(202,147,12); }
td.TdClassName
{
border-color: #CA930C;
}
.TagClassName
{
border-color: #CA930C;
}
</style>