Shades of Gold Drop #D5682B
Tints of Gold Drop #D5682B
RGB
CMYK
RGB Variations
Color information
#D5682B (or 0xD5682B) is known color: Gold Drop. HEX triplet: D5, 68 and 2B. RGB value is (213,104,43). Sum of RGB (Red+Green+Blue) = 213+104+43=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5682B is #2A97D4. Grayscale: #818181. Windows color (decimal): -2791381 or 2844885. OLE color: 2844885.
HSL color Cylindrical-coordinate representation of color #D5682B: hue angle of 21.53º degrees, saturation: 0.67, 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 #D5682B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 43 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.16 |
| HSL | 21.53º | 0.67% | 0.5% | - |
| HSV(B) | 21.53º | 0.8% | 0.84% | - |
| XYZ | 32.83 | 24.22 | 5.23 | - |
| YUV | 129.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 43 | 0 | 0.51 | 0.80 | 0.16 | 21.53 | 0.67 | 0.5 |
| Hex | D5 | 68 | 2B | 0 | 33 | 50 | 10 | 16 | 43 | 32 |
| Octal | 325 | 150 | 53 | 0 | 63 | 120 | 20 | 26 | 103 | 62 |
| Binary | 11010101 | 1101000 | 101011 | 0 | 110011 | 1010000 | 10000 | 10110 | 1000011 | 110010 |
Color Harmonies of #D5682B
Complementary color
Monochromatic Colors of #D5682B
Black with #D5682B
Text Example
Text Example
White with #D5682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5682B; }
p { color: rgb(213,104,43); }
H1.HeaderClassName
{
color: #D5682B;
}
.AnyTagClassName
{
color: #D5682B;
}
</style>
background-color css
<style>
a { background-color: #D5682B; }
a { background-color: rgb(213,104,43); }
div.DivClassName
{
background-color: #D5682B;
}
.BgClassName
{
background-color: #D5682B;
}
</style>
border-color css
<style>
span { border-color: #D5682B; }
span { border-color: rgb(213,104,43); }
td.TdClassName
{
border-color: #D5682B;
}
.TagClassName
{
border-color: #D5682B;
}
</style>