Shades of Dark Goldenrod #CA920A
Tints of Dark Goldenrod #CA920A
RGB
CMYK
RGB Variations
Color information
#CA920A (or 0xCA920A) is known color: Dark Goldenrod. HEX triplet: CA, 92 and 0A. RGB value is (202,146,10). Sum of RGB (Red+Green+Blue) = 202+146+10=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA920A is #356DF5. Grayscale: #939393. Windows color (decimal): -3501558 or 692938. OLE color: 692938.
HSL color Cylindrical-coordinate representation of color #CA920A: hue angle of 42.5º 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 #CA920A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 10 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.21 |
| HSL | 42.5º | 0.91% | 0.42% | - |
| HSV(B) | 42.5º | 0.95% | 0.79% | - |
| XYZ | 34.69 | 33.14 | 4.85 | - |
| YUV | 147.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 10 | 0 | 0.28 | 0.95 | 0.21 | 42.5 | 0.91 | 0.42 |
| Hex | CA | 92 | A | 0 | 1C | 5F | 15 | 2A | 5B | 2A |
| Octal | 312 | 222 | 12 | 0 | 34 | 137 | 25 | 52 | 133 | 52 |
| Binary | 11001010 | 10010010 | 1010 | 0 | 11100 | 1011111 | 10101 | 101010 | 1011011 | 101010 |
Color Harmonies of #CA920A
Complementary color
Monochromatic Colors of #CA920A
Black with #CA920A
Text Example
Text Example
White with #CA920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA920A; }
p { color: rgb(202,146,10); }
H1.HeaderClassName
{
color: #CA920A;
}
.AnyTagClassName
{
color: #CA920A;
}
</style>
background-color css
<style>
a { background-color: #CA920A; }
a { background-color: rgb(202,146,10); }
div.DivClassName
{
background-color: #CA920A;
}
.BgClassName
{
background-color: #CA920A;
}
</style>
border-color css
<style>
span { border-color: #CA920A; }
span { border-color: rgb(202,146,10); }
td.TdClassName
{
border-color: #CA920A;
}
.TagClassName
{
border-color: #CA920A;
}
</style>