Shades of Gold Drop #D5622A
Tints of Gold Drop #D5622A
RGB
CMYK
RGB Variations
Color information
#D5622A (or 0xD5622A) is known color: Gold Drop. HEX triplet: D5, 62 and 2A. RGB value is (213,98,42). Sum of RGB (Red+Green+Blue) = 213+98+42=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5622A is #2A9DD5. Grayscale: #7E7E7E. Windows color (decimal): -2792918 or 2777813. OLE color: 2777813.
HSL color Cylindrical-coordinate representation of color #D5622A: hue angle of 19.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5622A is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 42 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.16 |
| HSL | 19.65º | 0.67% | 0.5% | - |
| HSV(B) | 19.65º | 0.8% | 0.84% | - |
| XYZ | 32.23 | 23.05 | 4.94 | - |
| YUV | 126 | 80.6 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 42 | 0 | 0.54 | 0.80 | 0.16 | 19.65 | 0.67 | 0.5 |
| Hex | D5 | 62 | 2A | 0 | 36 | 50 | 10 | 14 | 43 | 32 |
| Octal | 325 | 142 | 52 | 0 | 66 | 120 | 20 | 24 | 103 | 62 |
| Binary | 11010101 | 1100010 | 101010 | 0 | 110110 | 1010000 | 10000 | 10100 | 1000011 | 110010 |
Color Harmonies of #D5622A
Complementary color
Monochromatic Colors of #D5622A
Black with #D5622A
Text Example
Text Example
White with #D5622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5622A; }
p { color: rgb(213,98,42); }
H1.HeaderClassName
{
color: #D5622A;
}
.AnyTagClassName
{
color: #D5622A;
}
</style>
background-color css
<style>
a { background-color: #D5622A; }
a { background-color: rgb(213,98,42); }
div.DivClassName
{
background-color: #D5622A;
}
.BgClassName
{
background-color: #D5622A;
}
</style>
border-color css
<style>
span { border-color: #D5622A; }
span { border-color: rgb(213,98,42); }
td.TdClassName
{
border-color: #D5622A;
}
.TagClassName
{
border-color: #D5622A;
}
</style>