Shades of Dark Goldenrod #CA920B
Tints of Dark Goldenrod #CA920B
RGB
CMYK
RGB Variations
Color information
#CA920B (or 0xCA920B) is known color: Dark Goldenrod. HEX triplet: CA, 92 and 0B. RGB value is (202,146,11). Sum of RGB (Red+Green+Blue) = 202+146+11=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA920B is #356DF4. Grayscale: #939393. Windows color (decimal): -3501557 or 758474. OLE color: 758474.
HSL color Cylindrical-coordinate representation of color #CA920B: hue angle of 42.41º degrees, saturation: 0.9, 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 #CA920B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.21 |
| HSL | 42.41º | 0.9% | 0.42% | - |
| HSV(B) | 42.41º | 0.95% | 0.79% | - |
| XYZ | 34.7 | 33.14 | 4.88 | - |
| YUV | 147.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 11 | 0 | 0.28 | 0.95 | 0.21 | 42.41 | 0.9 | 0.42 |
| Hex | CA | 92 | B | 0 | 1C | 5F | 15 | 2A | 5A | 2A |
| Octal | 312 | 222 | 13 | 0 | 34 | 137 | 25 | 52 | 132 | 52 |
| Binary | 11001010 | 10010010 | 1011 | 0 | 11100 | 1011111 | 10101 | 101010 | 1011010 | 101010 |
Color Harmonies of #CA920B
Complementary color
Monochromatic Colors of #CA920B
Black with #CA920B
Text Example
Text Example
White with #CA920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA920B; }
p { color: rgb(202,146,11); }
H1.HeaderClassName
{
color: #CA920B;
}
.AnyTagClassName
{
color: #CA920B;
}
</style>
background-color css
<style>
a { background-color: #CA920B; }
a { background-color: rgb(202,146,11); }
div.DivClassName
{
background-color: #CA920B;
}
.BgClassName
{
background-color: #CA920B;
}
</style>
border-color css
<style>
span { border-color: #CA920B; }
span { border-color: rgb(202,146,11); }
td.TdClassName
{
border-color: #CA920B;
}
.TagClassName
{
border-color: #CA920B;
}
</style>