Shades of Gold Drop #D6692D
Tints of Gold Drop #D6692D
RGB
CMYK
RGB Variations
Color information
#D6692D (or 0xD6692D) is known color: Gold Drop. HEX triplet: D6, 69 and 2D. RGB value is (214,105,45). Sum of RGB (Red+Green+Blue) = 214+105+45=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6692D is #2996D2. Grayscale: #838383. Windows color (decimal): -2725587 or 2976214. OLE color: 2976214.
HSL color Cylindrical-coordinate representation of color #D6692D: hue angle of 21.3º degrees, saturation: 0.67, 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 #D6692D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 45 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.16 |
| HSL | 21.3º | 0.67% | 0.51% | - |
| HSV(B) | 21.3º | 0.79% | 0.84% | - |
| XYZ | 33.26 | 24.59 | 5.48 | - |
| YUV | 130.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 45 | 0 | 0.51 | 0.79 | 0.16 | 21.3 | 0.67 | 0.51 |
| Hex | D6 | 69 | 2D | 0 | 33 | 4F | 10 | 15 | 43 | 33 |
| Octal | 326 | 151 | 55 | 0 | 63 | 117 | 20 | 25 | 103 | 63 |
| Binary | 11010110 | 1101001 | 101101 | 0 | 110011 | 1001111 | 10000 | 10101 | 1000011 | 110011 |
Color Harmonies of #D6692D
Complementary color
Monochromatic Colors of #D6692D
Black with #D6692D
Text Example
Text Example
White with #D6692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6692D; }
p { color: rgb(214,105,45); }
H1.HeaderClassName
{
color: #D6692D;
}
.AnyTagClassName
{
color: #D6692D;
}
</style>
background-color css
<style>
a { background-color: #D6692D; }
a { background-color: rgb(214,105,45); }
div.DivClassName
{
background-color: #D6692D;
}
.BgClassName
{
background-color: #D6692D;
}
</style>
border-color css
<style>
span { border-color: #D6692D; }
span { border-color: rgb(214,105,45); }
td.TdClassName
{
border-color: #D6692D;
}
.TagClassName
{
border-color: #D6692D;
}
</style>