Shades of Gold Drop #D7692D
Tints of Gold Drop #D7692D
RGB
CMYK
RGB Variations
Color information
#D7692D (or 0xD7692D) is known color: Gold Drop. HEX triplet: D7, 69 and 2D. RGB value is (215,105,45). Sum of RGB (Red+Green+Blue) = 215+105+45=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7692D is #2896D2. Grayscale: #838383. Windows color (decimal): -2660051 or 2976215. OLE color: 2976215.
HSL color Cylindrical-coordinate representation of color #D7692D: hue angle of 21.18º 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 #D7692D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 45 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.16 |
| HSL | 21.18º | 0.68% | 0.51% | - |
| HSV(B) | 21.18º | 0.79% | 0.84% | - |
| XYZ | 33.55 | 24.74 | 5.49 | - |
| YUV | 131.05 | 79.44 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 45 | 0 | 0.51 | 0.79 | 0.16 | 21.18 | 0.68 | 0.51 |
| Hex | D7 | 69 | 2D | 0 | 33 | 4F | 10 | 15 | 44 | 33 |
| Octal | 327 | 151 | 55 | 0 | 63 | 117 | 20 | 25 | 104 | 63 |
| Binary | 11010111 | 1101001 | 101101 | 0 | 110011 | 1001111 | 10000 | 10101 | 1000100 | 110011 |
Color Harmonies of #D7692D
Complementary color
Monochromatic Colors of #D7692D
Black with #D7692D
Text Example
Text Example
White with #D7692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7692D; }
p { color: rgb(215,105,45); }
H1.HeaderClassName
{
color: #D7692D;
}
.AnyTagClassName
{
color: #D7692D;
}
</style>
background-color css
<style>
a { background-color: #D7692D; }
a { background-color: rgb(215,105,45); }
div.DivClassName
{
background-color: #D7692D;
}
.BgClassName
{
background-color: #D7692D;
}
</style>
border-color css
<style>
span { border-color: #D7692D; }
span { border-color: rgb(215,105,45); }
td.TdClassName
{
border-color: #D7692D;
}
.TagClassName
{
border-color: #D7692D;
}
</style>