Shades of Gold Drop #D0682B
Tints of Gold Drop #D0682B
RGB
CMYK
RGB Variations
Color information
#D0682B (or 0xD0682B) is known color: Gold Drop. HEX triplet: D0, 68 and 2B. RGB value is (208,104,43). Sum of RGB (Red+Green+Blue) = 208+104+43=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0682B is #2F97D4. Grayscale: #808080. Windows color (decimal): -3119061 or 2844880. OLE color: 2844880.
HSL color Cylindrical-coordinate representation of color #D0682B: hue angle of 22.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0682B is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 43 | - |
| CMYK | 0 | 0.5 | 0.79 | 0.18 |
| HSL | 22.18º | 0.66% | 0.49% | - |
| HSV(B) | 22.18º | 0.79% | 0.82% | - |
| XYZ | 31.4 | 23.48 | 5.16 | - |
| YUV | 128.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 43 | 0 | 0.5 | 0.79 | 0.18 | 22.18 | 0.66 | 0.49 |
| Hex | D0 | 68 | 2B | 0 | 32 | 4F | 12 | 16 | 42 | 31 |
| Octal | 320 | 150 | 53 | 0 | 62 | 117 | 22 | 26 | 102 | 61 |
| Binary | 11010000 | 1101000 | 101011 | 0 | 110010 | 1001111 | 10010 | 10110 | 1000010 | 110001 |
Color Harmonies of #D0682B
Complementary color
Monochromatic Colors of #D0682B
Black with #D0682B
Text Example
Text Example
White with #D0682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0682B; }
p { color: rgb(208,104,43); }
H1.HeaderClassName
{
color: #D0682B;
}
.AnyTagClassName
{
color: #D0682B;
}
</style>
background-color css
<style>
a { background-color: #D0682B; }
a { background-color: rgb(208,104,43); }
div.DivClassName
{
background-color: #D0682B;
}
.BgClassName
{
background-color: #D0682B;
}
</style>
border-color css
<style>
span { border-color: #D0682B; }
span { border-color: rgb(208,104,43); }
td.TdClassName
{
border-color: #D0682B;
}
.TagClassName
{
border-color: #D0682B;
}
</style>