Shades of Gold Drop #D66328
Tints of Gold Drop #D66328
RGB
CMYK
RGB Variations
Color information
#D66328 (or 0xD66328) is known color: Gold Drop. HEX triplet: D6, 63 and 28. RGB value is (214,99,40). Sum of RGB (Red+Green+Blue) = 214+99+40=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D66328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66328 is #299CD7. Grayscale: #7F7F7F. Windows color (decimal): -2727128 or 2646998. OLE color: 2646998.
HSL color Cylindrical-coordinate representation of color #D66328: hue angle of 20.34º 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 #D66328 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 40 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.16 |
| HSL | 20.34º | 0.69% | 0.5% | - |
| HSV(B) | 20.34º | 0.81% | 0.84% | - |
| XYZ | 32.58 | 23.37 | 4.8 | - |
| YUV | 126.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 40 | 0 | 0.54 | 0.81 | 0.16 | 20.34 | 0.69 | 0.5 |
| Hex | D6 | 63 | 28 | 0 | 36 | 51 | 10 | 14 | 45 | 32 |
| Octal | 326 | 143 | 50 | 0 | 66 | 121 | 20 | 24 | 105 | 62 |
| Binary | 11010110 | 1100011 | 101000 | 0 | 110110 | 1010001 | 10000 | 10100 | 1000101 | 110010 |
Color Harmonies of #D66328
Complementary color
Monochromatic Colors of #D66328
Black with #D66328
Text Example
Text Example
White with #D66328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66328; }
p { color: rgb(214,99,40); }
H1.HeaderClassName
{
color: #D66328;
}
.AnyTagClassName
{
color: #D66328;
}
</style>
background-color css
<style>
a { background-color: #D66328; }
a { background-color: rgb(214,99,40); }
div.DivClassName
{
background-color: #D66328;
}
.BgClassName
{
background-color: #D66328;
}
</style>
border-color css
<style>
span { border-color: #D66328; }
span { border-color: rgb(214,99,40); }
td.TdClassName
{
border-color: #D66328;
}
.TagClassName
{
border-color: #D66328;
}
</style>