Shades of Gold Drop #D9692B
Tints of Gold Drop #D9692B
RGB
CMYK
RGB Variations
Color information
#D9692B (or 0xD9692B) is known color: Gold Drop. HEX triplet: D9, 69 and 2B. RGB value is (217,105,43). Sum of RGB (Red+Green+Blue) = 217+105+43=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9692B is #2696D4. Grayscale: #838383. Windows color (decimal): -2528981 or 2845145. OLE color: 2845145.
HSL color Cylindrical-coordinate representation of color #D9692B: hue angle of 21.38º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9692B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 43 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.15 |
| HSL | 21.38º | 0.7% | 0.51% | - |
| HSV(B) | 21.38º | 0.8% | 0.85% | - |
| XYZ | 34.1 | 25.03 | 5.32 | - |
| YUV | 131.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 43 | 0 | 0.52 | 0.80 | 0.15 | 21.38 | 0.7 | 0.51 |
| Hex | D9 | 69 | 2B | 0 | 34 | 50 | F | 15 | 46 | 33 |
| Octal | 331 | 151 | 53 | 0 | 64 | 120 | 17 | 25 | 106 | 63 |
| Binary | 11011001 | 1101001 | 101011 | 0 | 110100 | 1010000 | 1111 | 10101 | 1000110 | 110011 |
Color Harmonies of #D9692B
Complementary color
Monochromatic Colors of #D9692B
Black with #D9692B
Text Example
Text Example
White with #D9692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9692B; }
p { color: rgb(217,105,43); }
H1.HeaderClassName
{
color: #D9692B;
}
.AnyTagClassName
{
color: #D9692B;
}
</style>
background-color css
<style>
a { background-color: #D9692B; }
a { background-color: rgb(217,105,43); }
div.DivClassName
{
background-color: #D9692B;
}
.BgClassName
{
background-color: #D9692B;
}
</style>
border-color css
<style>
span { border-color: #D9692B; }
span { border-color: rgb(217,105,43); }
td.TdClassName
{
border-color: #D9692B;
}
.TagClassName
{
border-color: #D9692B;
}
</style>