Shades of Gold Drop #D6682B
Tints of Gold Drop #D6682B
RGB
CMYK
RGB Variations
Color information
#D6682B (or 0xD6682B) is known color: Gold Drop. HEX triplet: D6, 68 and 2B. RGB value is (214,104,43). Sum of RGB (Red+Green+Blue) = 214+104+43=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6682B is #2997D4. Grayscale: #828282. Windows color (decimal): -2725845 or 2844886. OLE color: 2844886.
HSL color Cylindrical-coordinate representation of color #D6682B: hue angle of 21.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6682B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 43 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.16 |
| HSL | 21.4º | 0.68% | 0.5% | - |
| HSV(B) | 21.4º | 0.8% | 0.84% | - |
| XYZ | 33.12 | 24.37 | 5.24 | - |
| YUV | 129.94 | 78.94 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 43 | 0 | 0.51 | 0.80 | 0.16 | 21.4 | 0.68 | 0.5 |
| Hex | D6 | 68 | 2B | 0 | 33 | 50 | 10 | 15 | 44 | 32 |
| Octal | 326 | 150 | 53 | 0 | 63 | 120 | 20 | 25 | 104 | 62 |
| Binary | 11010110 | 1101000 | 101011 | 0 | 110011 | 1010000 | 10000 | 10101 | 1000100 | 110010 |
Color Harmonies of #D6682B
Complementary color
Monochromatic Colors of #D6682B
Black with #D6682B
Text Example
Text Example
White with #D6682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6682B; }
p { color: rgb(214,104,43); }
H1.HeaderClassName
{
color: #D6682B;
}
.AnyTagClassName
{
color: #D6682B;
}
</style>
background-color css
<style>
a { background-color: #D6682B; }
a { background-color: rgb(214,104,43); }
div.DivClassName
{
background-color: #D6682B;
}
.BgClassName
{
background-color: #D6682B;
}
</style>
border-color css
<style>
span { border-color: #D6682B; }
span { border-color: rgb(214,104,43); }
td.TdClassName
{
border-color: #D6682B;
}
.TagClassName
{
border-color: #D6682B;
}
</style>