Shades of Gold Drop #D66832
Tints of Gold Drop #D66832
RGB
CMYK
RGB Variations
Color information
#D66832 (or 0xD66832) is known color: Gold Drop. HEX triplet: D6, 68 and 32. RGB value is (214,104,50). Sum of RGB (Red+Green+Blue) = 214+104+50=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D66832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66832 is #2997CD. Grayscale: #838383. Windows color (decimal): -2725838 or 3303638. OLE color: 3303638.
HSL color Cylindrical-coordinate representation of color #D66832: hue angle of 19.76º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D66832 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 50 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.16 |
| HSL | 19.76º | 0.67% | 0.52% | - |
| HSV(B) | 19.76º | 0.77% | 0.84% | - |
| XYZ | 33.26 | 24.43 | 5.98 | - |
| YUV | 130.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 50 | 0 | 0.51 | 0.77 | 0.16 | 19.76 | 0.67 | 0.52 |
| Hex | D6 | 68 | 32 | 0 | 33 | 4D | 10 | 14 | 43 | 34 |
| Octal | 326 | 150 | 62 | 0 | 63 | 115 | 20 | 24 | 103 | 64 |
| Binary | 11010110 | 1101000 | 110010 | 0 | 110011 | 1001101 | 10000 | 10100 | 1000011 | 110100 |
Color Harmonies of #D66832
Complementary color
Monochromatic Colors of #D66832
Black with #D66832
Text Example
Text Example
White with #D66832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66832; }
p { color: rgb(214,104,50); }
H1.HeaderClassName
{
color: #D66832;
}
.AnyTagClassName
{
color: #D66832;
}
</style>
background-color css
<style>
a { background-color: #D66832; }
a { background-color: rgb(214,104,50); }
div.DivClassName
{
background-color: #D66832;
}
.BgClassName
{
background-color: #D66832;
}
</style>
border-color css
<style>
span { border-color: #D66832; }
span { border-color: rgb(214,104,50); }
td.TdClassName
{
border-color: #D66832;
}
.TagClassName
{
border-color: #D66832;
}
</style>