Shades of Gold Drop #D66628
Tints of Gold Drop #D66628
RGB
CMYK
RGB Variations
Color information
#D66628 (or 0xD66628) is known color: Gold Drop. HEX triplet: D6, 66 and 28. RGB value is (214,102,40). Sum of RGB (Red+Green+Blue) = 214+102+40=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D66628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66628 is #2999D7. Grayscale: #808080. Windows color (decimal): -2726360 or 2647766. OLE color: 2647766.
HSL color Cylindrical-coordinate representation of color #D66628: hue angle of 21.38º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66628 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 40 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.16 |
| HSL | 21.38º | 0.69% | 0.5% | - |
| HSV(B) | 21.38º | 0.81% | 0.84% | - |
| XYZ | 32.87 | 23.95 | 4.9 | - |
| YUV | 128.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 40 | 0 | 0.52 | 0.81 | 0.16 | 21.38 | 0.69 | 0.5 |
| Hex | D6 | 66 | 28 | 0 | 34 | 51 | 10 | 15 | 45 | 32 |
| Octal | 326 | 146 | 50 | 0 | 64 | 121 | 20 | 25 | 105 | 62 |
| Binary | 11010110 | 1100110 | 101000 | 0 | 110100 | 1010001 | 10000 | 10101 | 1000101 | 110010 |
Color Harmonies of #D66628
Complementary color
Monochromatic Colors of #D66628
Black with #D66628
Text Example
Text Example
White with #D66628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66628; }
p { color: rgb(214,102,40); }
H1.HeaderClassName
{
color: #D66628;
}
.AnyTagClassName
{
color: #D66628;
}
</style>
background-color css
<style>
a { background-color: #D66628; }
a { background-color: rgb(214,102,40); }
div.DivClassName
{
background-color: #D66628;
}
.BgClassName
{
background-color: #D66628;
}
</style>
border-color css
<style>
span { border-color: #D66628; }
span { border-color: rgb(214,102,40); }
td.TdClassName
{
border-color: #D66628;
}
.TagClassName
{
border-color: #D66628;
}
</style>