Shades of Gold Drop #D0692A
Tints of Gold Drop #D0692A
RGB
CMYK
RGB Variations
Color information
#D0692A (or 0xD0692A) is known color: Gold Drop. HEX triplet: D0, 69 and 2A. RGB value is (208,105,42). Sum of RGB (Red+Green+Blue) = 208+105+42=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0692A is #2F96D5. Grayscale: #808080. Windows color (decimal): -3118806 or 2779600. OLE color: 2779600.
HSL color Cylindrical-coordinate representation of color #D0692A: hue angle of 22.77º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0692A is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 42 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.18 |
| HSL | 22.77º | 0.66% | 0.49% | - |
| HSV(B) | 22.77º | 0.8% | 0.82% | - |
| XYZ | 31.48 | 23.68 | 5.1 | - |
| YUV | 128.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 42 | 0 | 0.50 | 0.80 | 0.18 | 22.77 | 0.66 | 0.49 |
| Hex | D0 | 69 | 2A | 0 | 32 | 50 | 12 | 17 | 42 | 31 |
| Octal | 320 | 151 | 52 | 0 | 62 | 120 | 22 | 27 | 102 | 61 |
| Binary | 11010000 | 1101001 | 101010 | 0 | 110010 | 1010000 | 10010 | 10111 | 1000010 | 110001 |
Color Harmonies of #D0692A
Complementary color
Monochromatic Colors of #D0692A
Black with #D0692A
Text Example
Text Example
White with #D0692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0692A; }
p { color: rgb(208,105,42); }
H1.HeaderClassName
{
color: #D0692A;
}
.AnyTagClassName
{
color: #D0692A;
}
</style>
background-color css
<style>
a { background-color: #D0692A; }
a { background-color: rgb(208,105,42); }
div.DivClassName
{
background-color: #D0692A;
}
.BgClassName
{
background-color: #D0692A;
}
</style>
border-color css
<style>
span { border-color: #D0692A; }
span { border-color: rgb(208,105,42); }
td.TdClassName
{
border-color: #D0692A;
}
.TagClassName
{
border-color: #D0692A;
}
</style>