Shades of Gold Drop #D66734
Tints of Gold Drop #D66734
RGB
CMYK
RGB Variations
Color information
#D66734 (or 0xD66734) is known color: Gold Drop. HEX triplet: D6, 67 and 34. RGB value is (214,103,52). Sum of RGB (Red+Green+Blue) = 214+103+52=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D66734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66734 is #2998CB. Grayscale: #828282. Windows color (decimal): -2726092 or 3434454. OLE color: 3434454.
HSL color Cylindrical-coordinate representation of color #D66734: hue angle of 18.89º degrees, saturation: 0.66, 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 #D66734 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 52 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.16 |
| HSL | 18.89º | 0.66% | 0.52% | - |
| HSV(B) | 18.89º | 0.76% | 0.84% | - |
| XYZ | 33.2 | 24.24 | 6.18 | - |
| YUV | 130.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 52 | 0 | 0.52 | 0.76 | 0.16 | 18.89 | 0.66 | 0.52 |
| Hex | D6 | 67 | 34 | 0 | 34 | 4C | 10 | 13 | 42 | 34 |
| Octal | 326 | 147 | 64 | 0 | 64 | 114 | 20 | 23 | 102 | 64 |
| Binary | 11010110 | 1100111 | 110100 | 0 | 110100 | 1001100 | 10000 | 10011 | 1000010 | 110100 |
Color Harmonies of #D66734
Complementary color
Monochromatic Colors of #D66734
Black with #D66734
Text Example
Text Example
White with #D66734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66734; }
p { color: rgb(214,103,52); }
H1.HeaderClassName
{
color: #D66734;
}
.AnyTagClassName
{
color: #D66734;
}
</style>
background-color css
<style>
a { background-color: #D66734; }
a { background-color: rgb(214,103,52); }
div.DivClassName
{
background-color: #D66734;
}
.BgClassName
{
background-color: #D66734;
}
</style>
border-color css
<style>
span { border-color: #D66734; }
span { border-color: rgb(214,103,52); }
td.TdClassName
{
border-color: #D66734;
}
.TagClassName
{
border-color: #D66734;
}
</style>