Shades of Gold Drop #D0692B
Tints of Gold Drop #D0692B
RGB
CMYK
RGB Variations
Color information
#D0692B (or 0xD0692B) is known color: Gold Drop. HEX triplet: D0, 69 and 2B. RGB value is (208,105,43). Sum of RGB (Red+Green+Blue) = 208+105+43=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0692B is #2F96D4. Grayscale: #818181. Windows color (decimal): -3118805 or 2845136. OLE color: 2845136.
HSL color Cylindrical-coordinate representation of color #D0692B: hue angle of 22.55º 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 #D0692B is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 43 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.18 |
| HSL | 22.55º | 0.66% | 0.49% | - |
| HSV(B) | 22.55º | 0.79% | 0.82% | - |
| XYZ | 31.5 | 23.69 | 5.2 | - |
| YUV | 128.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 43 | 0 | 0.50 | 0.79 | 0.18 | 22.55 | 0.66 | 0.49 |
| Hex | D0 | 69 | 2B | 0 | 32 | 4F | 12 | 17 | 42 | 31 |
| Octal | 320 | 151 | 53 | 0 | 62 | 117 | 22 | 27 | 102 | 61 |
| Binary | 11010000 | 1101001 | 101011 | 0 | 110010 | 1001111 | 10010 | 10111 | 1000010 | 110001 |
Color Harmonies of #D0692B
Complementary color
Monochromatic Colors of #D0692B
Black with #D0692B
Text Example
Text Example
White with #D0692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0692B; }
p { color: rgb(208,105,43); }
H1.HeaderClassName
{
color: #D0692B;
}
.AnyTagClassName
{
color: #D0692B;
}
</style>
background-color css
<style>
a { background-color: #D0692B; }
a { background-color: rgb(208,105,43); }
div.DivClassName
{
background-color: #D0692B;
}
.BgClassName
{
background-color: #D0692B;
}
</style>
border-color css
<style>
span { border-color: #D0692B; }
span { border-color: rgb(208,105,43); }
td.TdClassName
{
border-color: #D0692B;
}
.TagClassName
{
border-color: #D0692B;
}
</style>