Shades of Gold Drop #D66633
Tints of Gold Drop #D66633
RGB
CMYK
RGB Variations
Color information
#D66633 (or 0xD66633) is known color: Gold Drop. HEX triplet: D6, 66 and 33. RGB value is (214,102,51). Sum of RGB (Red+Green+Blue) = 214+102+51=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66633 is #2999CC. Grayscale: #818181. Windows color (decimal): -2726349 or 3368662. OLE color: 3368662.
HSL color Cylindrical-coordinate representation of color #D66633: hue angle of 18.77º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66633 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 51 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.16 |
| HSL | 18.77º | 0.67% | 0.52% | - |
| HSV(B) | 18.77º | 0.76% | 0.84% | - |
| XYZ | 33.08 | 24.04 | 6.03 | - |
| YUV | 129.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 51 | 0 | 0.52 | 0.76 | 0.16 | 18.77 | 0.67 | 0.52 |
| Hex | D6 | 66 | 33 | 0 | 34 | 4C | 10 | 13 | 43 | 34 |
| Octal | 326 | 146 | 63 | 0 | 64 | 114 | 20 | 23 | 103 | 64 |
| Binary | 11010110 | 1100110 | 110011 | 0 | 110100 | 1001100 | 10000 | 10011 | 1000011 | 110100 |
Color Harmonies of #D66633
Complementary color
Monochromatic Colors of #D66633
Black with #D66633
Text Example
Text Example
White with #D66633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66633; }
p { color: rgb(214,102,51); }
H1.HeaderClassName
{
color: #D66633;
}
.AnyTagClassName
{
color: #D66633;
}
</style>
background-color css
<style>
a { background-color: #D66633; }
a { background-color: rgb(214,102,51); }
div.DivClassName
{
background-color: #D66633;
}
.BgClassName
{
background-color: #D66633;
}
</style>
border-color css
<style>
span { border-color: #D66633; }
span { border-color: rgb(214,102,51); }
td.TdClassName
{
border-color: #D66633;
}
.TagClassName
{
border-color: #D66633;
}
</style>