Shades of Gold Drop #D66934
Tints of Gold Drop #D66934
RGB
CMYK
RGB Variations
Color information
#D66934 (or 0xD66934) is known color: Gold Drop. HEX triplet: D6, 69 and 34. RGB value is (214,105,52). Sum of RGB (Red+Green+Blue) = 214+105+52=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D66934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66934 is #2996CB. Grayscale: #838383. Windows color (decimal): -2725580 or 3434966. OLE color: 3434966.
HSL color Cylindrical-coordinate representation of color #D66934: hue angle of 19.63º 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 #D66934 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 52 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.16 |
| HSL | 19.63º | 0.66% | 0.52% | - |
| HSV(B) | 19.63º | 0.76% | 0.84% | - |
| XYZ | 33.4 | 24.65 | 6.25 | - |
| YUV | 131.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 52 | 0 | 0.51 | 0.76 | 0.16 | 19.63 | 0.66 | 0.52 |
| Hex | D6 | 69 | 34 | 0 | 33 | 4C | 10 | 14 | 42 | 34 |
| Octal | 326 | 151 | 64 | 0 | 63 | 114 | 20 | 24 | 102 | 64 |
| Binary | 11010110 | 1101001 | 110100 | 0 | 110011 | 1001100 | 10000 | 10100 | 1000010 | 110100 |
Color Harmonies of #D66934
Complementary color
Monochromatic Colors of #D66934
Black with #D66934
Text Example
Text Example
White with #D66934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66934; }
p { color: rgb(214,105,52); }
H1.HeaderClassName
{
color: #D66934;
}
.AnyTagClassName
{
color: #D66934;
}
</style>
background-color css
<style>
a { background-color: #D66934; }
a { background-color: rgb(214,105,52); }
div.DivClassName
{
background-color: #D66934;
}
.BgClassName
{
background-color: #D66934;
}
</style>
border-color css
<style>
span { border-color: #D66934; }
span { border-color: rgb(214,105,52); }
td.TdClassName
{
border-color: #D66934;
}
.TagClassName
{
border-color: #D66934;
}
</style>