Shades of Gold Drop #D76B2D
Tints of Gold Drop #D76B2D
RGB
CMYK
RGB Variations
Color information
#D76B2D (or 0xD76B2D) is known color: Gold Drop. HEX triplet: D7, 6B and 2D. RGB value is (215,107,45). Sum of RGB (Red+Green+Blue) = 215+107+45=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B2D is #2894D2. Grayscale: #848484. Windows color (decimal): -2659539 or 2976727. OLE color: 2976727.
HSL color Cylindrical-coordinate representation of color #D76B2D: hue angle of 21.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D76B2D is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 45 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.16 |
| HSL | 21.88º | 0.68% | 0.51% | - |
| HSV(B) | 21.88º | 0.79% | 0.84% | - |
| XYZ | 33.76 | 25.15 | 5.56 | - |
| YUV | 132.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 45 | 0 | 0.50 | 0.79 | 0.16 | 21.88 | 0.68 | 0.51 |
| Hex | D7 | 6B | 2D | 0 | 32 | 4F | 10 | 16 | 44 | 33 |
| Octal | 327 | 153 | 55 | 0 | 62 | 117 | 20 | 26 | 104 | 63 |
| Binary | 11010111 | 1101011 | 101101 | 0 | 110010 | 1001111 | 10000 | 10110 | 1000100 | 110011 |
Color Harmonies of #D76B2D
Complementary color
Monochromatic Colors of #D76B2D
Black with #D76B2D
Text Example
Text Example
White with #D76B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B2D; }
p { color: rgb(215,107,45); }
H1.HeaderClassName
{
color: #D76B2D;
}
.AnyTagClassName
{
color: #D76B2D;
}
</style>
background-color css
<style>
a { background-color: #D76B2D; }
a { background-color: rgb(215,107,45); }
div.DivClassName
{
background-color: #D76B2D;
}
.BgClassName
{
background-color: #D76B2D;
}
</style>
border-color css
<style>
span { border-color: #D76B2D; }
span { border-color: rgb(215,107,45); }
td.TdClassName
{
border-color: #D76B2D;
}
.TagClassName
{
border-color: #D76B2D;
}
</style>