Shades of Gold Drop #D6632D
Tints of Gold Drop #D6632D
RGB
CMYK
RGB Variations
Color information
#D6632D (or 0xD6632D) is known color: Gold Drop. HEX triplet: D6, 63 and 2D. RGB value is (214,99,45). Sum of RGB (Red+Green+Blue) = 214+99+45=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6632D is #299CD2. Grayscale: #7F7F7F. Windows color (decimal): -2727123 or 2974678. OLE color: 2974678.
HSL color Cylindrical-coordinate representation of color #D6632D: hue angle of 19.17º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6632D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 45 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.16 |
| HSL | 19.17º | 0.67% | 0.51% | - |
| HSV(B) | 19.17º | 0.79% | 0.84% | - |
| XYZ | 32.67 | 23.41 | 5.28 | - |
| YUV | 127.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 45 | 0 | 0.54 | 0.79 | 0.16 | 19.17 | 0.67 | 0.51 |
| Hex | D6 | 63 | 2D | 0 | 36 | 4F | 10 | 13 | 43 | 33 |
| Octal | 326 | 143 | 55 | 0 | 66 | 117 | 20 | 23 | 103 | 63 |
| Binary | 11010110 | 1100011 | 101101 | 0 | 110110 | 1001111 | 10000 | 10011 | 1000011 | 110011 |
Color Harmonies of #D6632D
Complementary color
Monochromatic Colors of #D6632D
Black with #D6632D
Text Example
Text Example
White with #D6632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6632D; }
p { color: rgb(214,99,45); }
H1.HeaderClassName
{
color: #D6632D;
}
.AnyTagClassName
{
color: #D6632D;
}
</style>
background-color css
<style>
a { background-color: #D6632D; }
a { background-color: rgb(214,99,45); }
div.DivClassName
{
background-color: #D6632D;
}
.BgClassName
{
background-color: #D6632D;
}
</style>
border-color css
<style>
span { border-color: #D6632D; }
span { border-color: rgb(214,99,45); }
td.TdClassName
{
border-color: #D6632D;
}
.TagClassName
{
border-color: #D6632D;
}
</style>