Shades of Gold Drop #D66533
Tints of Gold Drop #D66533
RGB
CMYK
RGB Variations
Color information
#D66533 (or 0xD66533) is known color: Gold Drop. HEX triplet: D6, 65 and 33. RGB value is (214,101,51). Sum of RGB (Red+Green+Blue) = 214+101+51=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D66533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66533 is #299ACC. Grayscale: #818181. Windows color (decimal): -2726605 or 3368406. OLE color: 3368406.
HSL color Cylindrical-coordinate representation of color #D66533: hue angle of 18.4º 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 #D66533 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 51 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.16 |
| HSL | 18.4º | 0.67% | 0.52% | - |
| HSV(B) | 18.4º | 0.76% | 0.84% | - |
| XYZ | 32.98 | 23.84 | 6 | - |
| YUV | 129.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 51 | 0 | 0.53 | 0.76 | 0.16 | 18.4 | 0.67 | 0.52 |
| Hex | D6 | 65 | 33 | 0 | 35 | 4C | 10 | 12 | 43 | 34 |
| Octal | 326 | 145 | 63 | 0 | 65 | 114 | 20 | 22 | 103 | 64 |
| Binary | 11010110 | 1100101 | 110011 | 0 | 110101 | 1001100 | 10000 | 10010 | 1000011 | 110100 |
Color Harmonies of #D66533
Complementary color
Monochromatic Colors of #D66533
Black with #D66533
Text Example
Text Example
White with #D66533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66533; }
p { color: rgb(214,101,51); }
H1.HeaderClassName
{
color: #D66533;
}
.AnyTagClassName
{
color: #D66533;
}
</style>
background-color css
<style>
a { background-color: #D66533; }
a { background-color: rgb(214,101,51); }
div.DivClassName
{
background-color: #D66533;
}
.BgClassName
{
background-color: #D66533;
}
</style>
border-color css
<style>
span { border-color: #D66533; }
span { border-color: rgb(214,101,51); }
td.TdClassName
{
border-color: #D66533;
}
.TagClassName
{
border-color: #D66533;
}
</style>