Shades of Gold Drop #D1632B
Tints of Gold Drop #D1632B
RGB
CMYK
RGB Variations
Color information
#D1632B (or 0xD1632B) is known color: Gold Drop. HEX triplet: D1, 63 and 2B. RGB value is (209,99,43). Sum of RGB (Red+Green+Blue) = 209+99+43=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1632B is #2E9CD4. Grayscale: #7D7D7D. Windows color (decimal): -3054805 or 2843601. OLE color: 2843601.
HSL color Cylindrical-coordinate representation of color #D1632B: hue angle of 20.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1632B is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 43 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.18 |
| HSL | 20.24º | 0.66% | 0.49% | - |
| HSV(B) | 20.24º | 0.79% | 0.82% | - |
| XYZ | 31.19 | 22.65 | 5.01 | - |
| YUV | 125.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 43 | 0 | 0.53 | 0.79 | 0.18 | 20.24 | 0.66 | 0.49 |
| Hex | D1 | 63 | 2B | 0 | 35 | 4F | 12 | 14 | 42 | 31 |
| Octal | 321 | 143 | 53 | 0 | 65 | 117 | 22 | 24 | 102 | 61 |
| Binary | 11010001 | 1100011 | 101011 | 0 | 110101 | 1001111 | 10010 | 10100 | 1000010 | 110001 |
Color Harmonies of #D1632B
Complementary color
Monochromatic Colors of #D1632B
Black with #D1632B
Text Example
Text Example
White with #D1632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1632B; }
p { color: rgb(209,99,43); }
H1.HeaderClassName
{
color: #D1632B;
}
.AnyTagClassName
{
color: #D1632B;
}
</style>
background-color css
<style>
a { background-color: #D1632B; }
a { background-color: rgb(209,99,43); }
div.DivClassName
{
background-color: #D1632B;
}
.BgClassName
{
background-color: #D1632B;
}
</style>
border-color css
<style>
span { border-color: #D1632B; }
span { border-color: rgb(209,99,43); }
td.TdClassName
{
border-color: #D1632B;
}
.TagClassName
{
border-color: #D1632B;
}
</style>