Shades of Gold Drop #D8632C
Tints of Gold Drop #D8632C
RGB
CMYK
RGB Variations
Color information
#D8632C (or 0xD8632C) is known color: Gold Drop. HEX triplet: D8, 63 and 2C. RGB value is (216,99,44). Sum of RGB (Red+Green+Blue) = 216+99+44=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8632C is #279CD3. Grayscale: #808080. Windows color (decimal): -2596052 or 2909144. OLE color: 2909144.
HSL color Cylindrical-coordinate representation of color #D8632C: hue angle of 19.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8632C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.15 |
| HSL | 19.19º | 0.69% | 0.51% | - |
| HSV(B) | 19.19º | 0.8% | 0.85% | - |
| XYZ | 33.24 | 23.7 | 5.21 | - |
| YUV | 127.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 44 | 0 | 0.54 | 0.80 | 0.15 | 19.19 | 0.69 | 0.51 |
| Hex | D8 | 63 | 2C | 0 | 36 | 50 | F | 13 | 45 | 33 |
| Octal | 330 | 143 | 54 | 0 | 66 | 120 | 17 | 23 | 105 | 63 |
| Binary | 11011000 | 1100011 | 101100 | 0 | 110110 | 1010000 | 1111 | 10011 | 1000101 | 110011 |
Color Harmonies of #D8632C
Complementary color
Monochromatic Colors of #D8632C
Black with #D8632C
Text Example
Text Example
White with #D8632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8632C; }
p { color: rgb(216,99,44); }
H1.HeaderClassName
{
color: #D8632C;
}
.AnyTagClassName
{
color: #D8632C;
}
</style>
background-color css
<style>
a { background-color: #D8632C; }
a { background-color: rgb(216,99,44); }
div.DivClassName
{
background-color: #D8632C;
}
.BgClassName
{
background-color: #D8632C;
}
</style>
border-color css
<style>
span { border-color: #D8632C; }
span { border-color: rgb(216,99,44); }
td.TdClassName
{
border-color: #D8632C;
}
.TagClassName
{
border-color: #D8632C;
}
</style>