Shades of Dark Goldenrod #CA920D
Tints of Dark Goldenrod #CA920D
RGB
CMYK
RGB Variations
Color information
#CA920D (or 0xCA920D) is known color: Dark Goldenrod. HEX triplet: CA, 92 and 0D. RGB value is (202,146,13). Sum of RGB (Red+Green+Blue) = 202+146+13=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA920D is #356DF2. Grayscale: #949494. Windows color (decimal): -3501555 or 889546. OLE color: 889546.
HSL color Cylindrical-coordinate representation of color #CA920D: hue angle of 42.22º 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 #CA920D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.21 |
| HSL | 42.22º | 0.88% | 0.42% | - |
| HSV(B) | 42.22º | 0.94% | 0.79% | - |
| XYZ | 34.71 | 33.14 | 4.95 | - |
| YUV | 147.58 | 52.05 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 13 | 0 | 0.28 | 0.94 | 0.21 | 42.22 | 0.88 | 0.42 |
| Hex | CA | 92 | D | 0 | 1C | 5E | 15 | 2A | 58 | 2A |
| Octal | 312 | 222 | 15 | 0 | 34 | 136 | 25 | 52 | 130 | 52 |
| Binary | 11001010 | 10010010 | 1101 | 0 | 11100 | 1011110 | 10101 | 101010 | 1011000 | 101010 |
Color Harmonies of #CA920D
Complementary color
Monochromatic Colors of #CA920D
Black with #CA920D
Text Example
Text Example
White with #CA920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA920D; }
p { color: rgb(202,146,13); }
H1.HeaderClassName
{
color: #CA920D;
}
.AnyTagClassName
{
color: #CA920D;
}
</style>
background-color css
<style>
a { background-color: #CA920D; }
a { background-color: rgb(202,146,13); }
div.DivClassName
{
background-color: #CA920D;
}
.BgClassName
{
background-color: #CA920D;
}
</style>
border-color css
<style>
span { border-color: #CA920D; }
span { border-color: rgb(202,146,13); }
td.TdClassName
{
border-color: #CA920D;
}
.TagClassName
{
border-color: #CA920D;
}
</style>