Shades of Gold Drop #D6642B
Tints of Gold Drop #D6642B
RGB
CMYK
RGB Variations
Color information
#D6642B (or 0xD6642B) is known color: Gold Drop. HEX triplet: D6, 64 and 2B. RGB value is (214,100,43). Sum of RGB (Red+Green+Blue) = 214+100+43=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6642B is #299BD4. Grayscale: #7F7F7F. Windows color (decimal): -2726869 or 2843862. OLE color: 2843862.
HSL color Cylindrical-coordinate representation of color #D6642B: hue angle of 20º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6642B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 43 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.16 |
| HSL | 20º | 0.68% | 0.5% | - |
| HSV(B) | 20º | 0.8% | 0.84% | - |
| XYZ | 32.72 | 23.58 | 5.11 | - |
| YUV | 127.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 43 | 0 | 0.53 | 0.80 | 0.16 | 20 | 0.68 | 0.5 |
| Hex | D6 | 64 | 2B | 0 | 35 | 50 | 10 | 14 | 44 | 32 |
| Octal | 326 | 144 | 53 | 0 | 65 | 120 | 20 | 24 | 104 | 62 |
| Binary | 11010110 | 1100100 | 101011 | 0 | 110101 | 1010000 | 10000 | 10100 | 1000100 | 110010 |
Color Harmonies of #D6642B
Complementary color
Monochromatic Colors of #D6642B
Black with #D6642B
Text Example
Text Example
White with #D6642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6642B; }
p { color: rgb(214,100,43); }
H1.HeaderClassName
{
color: #D6642B;
}
.AnyTagClassName
{
color: #D6642B;
}
</style>
background-color css
<style>
a { background-color: #D6642B; }
a { background-color: rgb(214,100,43); }
div.DivClassName
{
background-color: #D6642B;
}
.BgClassName
{
background-color: #D6642B;
}
</style>
border-color css
<style>
span { border-color: #D6642B; }
span { border-color: rgb(214,100,43); }
td.TdClassName
{
border-color: #D6642B;
}
.TagClassName
{
border-color: #D6642B;
}
</style>