Shades of Gold Drop #D76629
Tints of Gold Drop #D76629
RGB
CMYK
RGB Variations
Color information
#D76629 (or 0xD76629) is known color: Gold Drop. HEX triplet: D7, 66 and 29. RGB value is (215,102,41). Sum of RGB (Red+Green+Blue) = 215+102+41=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D76629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76629 is #2899D6. Grayscale: #818181. Windows color (decimal): -2660823 or 2713303. OLE color: 2713303.
HSL color Cylindrical-coordinate representation of color #D76629: hue angle of 21.03º 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 #D76629 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 41 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.16 |
| HSL | 21.03º | 0.69% | 0.5% | - |
| HSV(B) | 21.03º | 0.81% | 0.84% | - |
| XYZ | 33.18 | 24.11 | 5 | - |
| YUV | 128.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 41 | 0 | 0.53 | 0.81 | 0.16 | 21.03 | 0.69 | 0.5 |
| Hex | D7 | 66 | 29 | 0 | 35 | 51 | 10 | 15 | 45 | 32 |
| Octal | 327 | 146 | 51 | 0 | 65 | 121 | 20 | 25 | 105 | 62 |
| Binary | 11010111 | 1100110 | 101001 | 0 | 110101 | 1010001 | 10000 | 10101 | 1000101 | 110010 |
Color Harmonies of #D76629
Complementary color
Monochromatic Colors of #D76629
Black with #D76629
Text Example
Text Example
White with #D76629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76629; }
p { color: rgb(215,102,41); }
H1.HeaderClassName
{
color: #D76629;
}
.AnyTagClassName
{
color: #D76629;
}
</style>
background-color css
<style>
a { background-color: #D76629; }
a { background-color: rgb(215,102,41); }
div.DivClassName
{
background-color: #D76629;
}
.BgClassName
{
background-color: #D76629;
}
</style>
border-color css
<style>
span { border-color: #D76629; }
span { border-color: rgb(215,102,41); }
td.TdClassName
{
border-color: #D76629;
}
.TagClassName
{
border-color: #D76629;
}
</style>