Shades of Gold Drop #D0692D
Tints of Gold Drop #D0692D
RGB
CMYK
RGB Variations
Color information
#D0692D (or 0xD0692D) is known color: Gold Drop. HEX triplet: D0, 69 and 2D. RGB value is (208,105,45). Sum of RGB (Red+Green+Blue) = 208+105+45=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0692D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0692D is #2F96D2. Grayscale: #818181. Windows color (decimal): -3118803 or 2976208. OLE color: 2976208.
HSL color Cylindrical-coordinate representation of color #D0692D: hue angle of 22.09º 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 #D0692D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 45 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.18 |
| HSL | 22.09º | 0.64% | 0.5% | - |
| HSV(B) | 22.09º | 0.78% | 0.82% | - |
| XYZ | 31.54 | 23.7 | 5.4 | - |
| YUV | 128.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 45 | 0 | 0.50 | 0.78 | 0.18 | 22.09 | 0.64 | 0.5 |
| Hex | D0 | 69 | 2D | 0 | 32 | 4E | 12 | 16 | 40 | 32 |
| Octal | 320 | 151 | 55 | 0 | 62 | 116 | 22 | 26 | 100 | 62 |
| Binary | 11010000 | 1101001 | 101101 | 0 | 110010 | 1001110 | 10010 | 10110 | 1000000 | 110010 |
Color Harmonies of #D0692D
Complementary color
Monochromatic Colors of #D0692D
Black with #D0692D
Text Example
Text Example
White with #D0692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0692D; }
p { color: rgb(208,105,45); }
H1.HeaderClassName
{
color: #D0692D;
}
.AnyTagClassName
{
color: #D0692D;
}
</style>
background-color css
<style>
a { background-color: #D0692D; }
a { background-color: rgb(208,105,45); }
div.DivClassName
{
background-color: #D0692D;
}
.BgClassName
{
background-color: #D0692D;
}
</style>
border-color css
<style>
span { border-color: #D0692D; }
span { border-color: rgb(208,105,45); }
td.TdClassName
{
border-color: #D0692D;
}
.TagClassName
{
border-color: #D0692D;
}
</style>