Shades of Gold Drop #D2692F
Tints of Gold Drop #D2692F
RGB
CMYK
RGB Variations
Color information
#D2692F (or 0xD2692F) is known color: Gold Drop. HEX triplet: D2, 69 and 2F. RGB value is (210,105,47). Sum of RGB (Red+Green+Blue) = 210+105+47=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D2692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2692F is #2D96D0. Grayscale: #828282. Windows color (decimal): -2987729 or 3107282. OLE color: 3107282.
HSL color Cylindrical-coordinate representation of color #D2692F: hue angle of 21.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2692F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 47 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.18 |
| HSL | 21.35º | 0.64% | 0.5% | - |
| HSV(B) | 21.35º | 0.78% | 0.82% | - |
| XYZ | 32.14 | 24.01 | 5.63 | - |
| YUV | 129.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 47 | 0 | 0.50 | 0.78 | 0.18 | 21.35 | 0.64 | 0.5 |
| Hex | D2 | 69 | 2F | 0 | 32 | 4E | 12 | 15 | 40 | 32 |
| Octal | 322 | 151 | 57 | 0 | 62 | 116 | 22 | 25 | 100 | 62 |
| Binary | 11010010 | 1101001 | 101111 | 0 | 110010 | 1001110 | 10010 | 10101 | 1000000 | 110010 |
Color Harmonies of #D2692F
Complementary color
Monochromatic Colors of #D2692F
Black with #D2692F
Text Example
Text Example
White with #D2692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2692F; }
p { color: rgb(210,105,47); }
H1.HeaderClassName
{
color: #D2692F;
}
.AnyTagClassName
{
color: #D2692F;
}
</style>
background-color css
<style>
a { background-color: #D2692F; }
a { background-color: rgb(210,105,47); }
div.DivClassName
{
background-color: #D2692F;
}
.BgClassName
{
background-color: #D2692F;
}
</style>
border-color css
<style>
span { border-color: #D2692F; }
span { border-color: rgb(210,105,47); }
td.TdClassName
{
border-color: #D2692F;
}
.TagClassName
{
border-color: #D2692F;
}
</style>