Shades of Gold Drop #D7642B
Tints of Gold Drop #D7642B
RGB
CMYK
RGB Variations
Color information
#D7642B (or 0xD7642B) is known color: Gold Drop. HEX triplet: D7, 64 and 2B. RGB value is (215,100,43). Sum of RGB (Red+Green+Blue) = 215+100+43=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7642B is #289BD4. Grayscale: #808080. Windows color (decimal): -2661333 or 2843863. OLE color: 2843863.
HSL color Cylindrical-coordinate representation of color #D7642B: hue angle of 19.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7642B is Cyan = 0, Magento = 0.53, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 43 | - |
| CMYK | 0 | 0.53 | 0.8 | 0.16 |
| HSL | 19.88º | 0.68% | 0.51% | - |
| HSV(B) | 19.88º | 0.8% | 0.84% | - |
| XYZ | 33.02 | 23.74 | 5.13 | - |
| YUV | 127.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 43 | 0 | 0.53 | 0.8 | 0.16 | 19.88 | 0.68 | 0.51 |
| Hex | D7 | 64 | 2B | 0 | 35 | 50 | 10 | 14 | 44 | 33 |
| Octal | 327 | 144 | 53 | 0 | 65 | 120 | 20 | 24 | 104 | 63 |
| Binary | 11010111 | 1100100 | 101011 | 0 | 110101 | 1010000 | 10000 | 10100 | 1000100 | 110011 |
Color Harmonies of #D7642B
Complementary color
Monochromatic Colors of #D7642B
Black with #D7642B
Text Example
Text Example
White with #D7642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7642B; }
p { color: rgb(215,100,43); }
H1.HeaderClassName
{
color: #D7642B;
}
.AnyTagClassName
{
color: #D7642B;
}
</style>
background-color css
<style>
a { background-color: #D7642B; }
a { background-color: rgb(215,100,43); }
div.DivClassName
{
background-color: #D7642B;
}
.BgClassName
{
background-color: #D7642B;
}
</style>
border-color css
<style>
span { border-color: #D7642B; }
span { border-color: rgb(215,100,43); }
td.TdClassName
{
border-color: #D7642B;
}
.TagClassName
{
border-color: #D7642B;
}
</style>