Shades of Gold Drop #D3692F
Tints of Gold Drop #D3692F
RGB
CMYK
RGB Variations
Color information
#D3692F (or 0xD3692F) is known color: Gold Drop. HEX triplet: D3, 69 and 2F. RGB value is (211,105,47). Sum of RGB (Red+Green+Blue) = 211+105+47=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D3692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3692F is #2C96D0. Grayscale: #828282. Windows color (decimal): -2922193 or 3107283. OLE color: 3107283.
HSL color Cylindrical-coordinate representation of color #D3692F: hue angle of 21.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3692F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 47 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.17 |
| HSL | 21.22º | 0.65% | 0.51% | - |
| HSV(B) | 21.22º | 0.78% | 0.83% | - |
| XYZ | 32.43 | 24.16 | 5.64 | - |
| YUV | 130.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 47 | 0 | 0.50 | 0.78 | 0.17 | 21.22 | 0.65 | 0.51 |
| Hex | D3 | 69 | 2F | 0 | 32 | 4E | 11 | 15 | 41 | 33 |
| Octal | 323 | 151 | 57 | 0 | 62 | 116 | 21 | 25 | 101 | 63 |
| Binary | 11010011 | 1101001 | 101111 | 0 | 110010 | 1001110 | 10001 | 10101 | 1000001 | 110011 |
Color Harmonies of #D3692F
Complementary color
Monochromatic Colors of #D3692F
Black with #D3692F
Text Example
Text Example
White with #D3692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3692F; }
p { color: rgb(211,105,47); }
H1.HeaderClassName
{
color: #D3692F;
}
.AnyTagClassName
{
color: #D3692F;
}
</style>
background-color css
<style>
a { background-color: #D3692F; }
a { background-color: rgb(211,105,47); }
div.DivClassName
{
background-color: #D3692F;
}
.BgClassName
{
background-color: #D3692F;
}
</style>
border-color css
<style>
span { border-color: #D3692F; }
span { border-color: rgb(211,105,47); }
td.TdClassName
{
border-color: #D3692F;
}
.TagClassName
{
border-color: #D3692F;
}
</style>