Shades of Gold Drop #D3632A
Tints of Gold Drop #D3632A
RGB
CMYK
RGB Variations
Color information
#D3632A (or 0xD3632A) is known color: Gold Drop. HEX triplet: D3, 63 and 2A. RGB value is (211,99,42). Sum of RGB (Red+Green+Blue) = 211+99+42=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3632A is #2C9CD5. Grayscale: #7E7E7E. Windows color (decimal): -2923734 or 2778067. OLE color: 2778067.
HSL color Cylindrical-coordinate representation of color #D3632A: hue angle of 20.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3632A is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 42 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.17 |
| HSL | 20.24º | 0.67% | 0.5% | - |
| HSV(B) | 20.24º | 0.8% | 0.83% | - |
| XYZ | 31.74 | 22.94 | 4.95 | - |
| YUV | 125.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 42 | 0 | 0.53 | 0.80 | 0.17 | 20.24 | 0.67 | 0.5 |
| Hex | D3 | 63 | 2A | 0 | 35 | 50 | 11 | 14 | 43 | 32 |
| Octal | 323 | 143 | 52 | 0 | 65 | 120 | 21 | 24 | 103 | 62 |
| Binary | 11010011 | 1100011 | 101010 | 0 | 110101 | 1010000 | 10001 | 10100 | 1000011 | 110010 |
Color Harmonies of #D3632A
Complementary color
Monochromatic Colors of #D3632A
Black with #D3632A
Text Example
Text Example
White with #D3632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3632A; }
p { color: rgb(211,99,42); }
H1.HeaderClassName
{
color: #D3632A;
}
.AnyTagClassName
{
color: #D3632A;
}
</style>
background-color css
<style>
a { background-color: #D3632A; }
a { background-color: rgb(211,99,42); }
div.DivClassName
{
background-color: #D3632A;
}
.BgClassName
{
background-color: #D3632A;
}
</style>
border-color css
<style>
span { border-color: #D3632A; }
span { border-color: rgb(211,99,42); }
td.TdClassName
{
border-color: #D3632A;
}
.TagClassName
{
border-color: #D3632A;
}
</style>