Shades of Dark Goldenrod #CA910D
Tints of Dark Goldenrod #CA910D
RGB
CMYK
RGB Variations
Color information
#CA910D (or 0xCA910D) is known color: Dark Goldenrod. HEX triplet: CA, 91 and 0D. RGB value is (202,145,13). Sum of RGB (Red+Green+Blue) = 202+145+13=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA910D is #356EF2. Grayscale: #939393. Windows color (decimal): -3501811 or 889290. OLE color: 889290.
HSL color Cylindrical-coordinate representation of color #CA910D: hue angle of 41.9º degrees, saturation: 0.88, 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 #CA910D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.21 |
| HSL | 41.9º | 0.88% | 0.42% | - |
| HSV(B) | 41.9º | 0.94% | 0.79% | - |
| XYZ | 34.56 | 32.84 | 4.9 | - |
| YUV | 147 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 13 | 0 | 0.28 | 0.94 | 0.21 | 41.9 | 0.88 | 0.42 |
| Hex | CA | 91 | D | 0 | 1C | 5E | 15 | 2A | 58 | 2A |
| Octal | 312 | 221 | 15 | 0 | 34 | 136 | 25 | 52 | 130 | 52 |
| Binary | 11001010 | 10010001 | 1101 | 0 | 11100 | 1011110 | 10101 | 101010 | 1011000 | 101010 |
Color Harmonies of #CA910D
Complementary color
Monochromatic Colors of #CA910D
Black with #CA910D
Text Example
Text Example
White with #CA910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA910D; }
p { color: rgb(202,145,13); }
H1.HeaderClassName
{
color: #CA910D;
}
.AnyTagClassName
{
color: #CA910D;
}
</style>
background-color css
<style>
a { background-color: #CA910D; }
a { background-color: rgb(202,145,13); }
div.DivClassName
{
background-color: #CA910D;
}
.BgClassName
{
background-color: #CA910D;
}
</style>
border-color css
<style>
span { border-color: #CA910D; }
span { border-color: rgb(202,145,13); }
td.TdClassName
{
border-color: #CA910D;
}
.TagClassName
{
border-color: #CA910D;
}
</style>