Shades of Gold Drop #D76831
Tints of Gold Drop #D76831
RGB
CMYK
RGB Variations
Color information
#D76831 (or 0xD76831) is known color: Gold Drop. HEX triplet: D7, 68 and 31. RGB value is (215,104,49). Sum of RGB (Red+Green+Blue) = 215+104+49=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D76831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76831 is #2897CE. Grayscale: #838383. Windows color (decimal): -2660303 or 3238103. OLE color: 3238103.
HSL color Cylindrical-coordinate representation of color #D76831: hue angle of 19.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D76831 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 49 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.16 |
| HSL | 19.88º | 0.67% | 0.52% | - |
| HSV(B) | 19.88º | 0.77% | 0.84% | - |
| XYZ | 33.53 | 24.57 | 5.88 | - |
| YUV | 130.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 49 | 0 | 0.52 | 0.77 | 0.16 | 19.88 | 0.67 | 0.52 |
| Hex | D7 | 68 | 31 | 0 | 34 | 4D | 10 | 14 | 43 | 34 |
| Octal | 327 | 150 | 61 | 0 | 64 | 115 | 20 | 24 | 103 | 64 |
| Binary | 11010111 | 1101000 | 110001 | 0 | 110100 | 1001101 | 10000 | 10100 | 1000011 | 110100 |
Color Harmonies of #D76831
Complementary color
Monochromatic Colors of #D76831
Black with #D76831
Text Example
Text Example
White with #D76831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76831; }
p { color: rgb(215,104,49); }
H1.HeaderClassName
{
color: #D76831;
}
.AnyTagClassName
{
color: #D76831;
}
</style>
background-color css
<style>
a { background-color: #D76831; }
a { background-color: rgb(215,104,49); }
div.DivClassName
{
background-color: #D76831;
}
.BgClassName
{
background-color: #D76831;
}
</style>
border-color css
<style>
span { border-color: #D76831; }
span { border-color: rgb(215,104,49); }
td.TdClassName
{
border-color: #D76831;
}
.TagClassName
{
border-color: #D76831;
}
</style>