Shades of Gold Drop #DC692E
Tints of Gold Drop #DC692E
RGB
CMYK
RGB Variations
Color information
#DC692E (or 0xDC692E) is known color: Gold Drop. HEX triplet: DC, 69 and 2E. RGB value is (220,105,46). Sum of RGB (Red+Green+Blue) = 220+105+46=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC692E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC692E is #2396D1. Grayscale: #858585. Windows color (decimal): -2332370 or 3041756. OLE color: 3041756.
HSL color Cylindrical-coordinate representation of color #DC692E: hue angle of 20.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC692E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 46 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.14 |
| HSL | 20.34º | 0.71% | 0.52% | - |
| HSV(B) | 20.34º | 0.79% | 0.86% | - |
| XYZ | 35.06 | 25.52 | 5.66 | - |
| YUV | 132.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 46 | 0 | 0.52 | 0.79 | 0.14 | 20.34 | 0.71 | 0.52 |
| Hex | DC | 69 | 2E | 0 | 34 | 4F | E | 14 | 47 | 34 |
| Octal | 334 | 151 | 56 | 0 | 64 | 117 | 16 | 24 | 107 | 64 |
| Binary | 11011100 | 1101001 | 101110 | 0 | 110100 | 1001111 | 1110 | 10100 | 1000111 | 110100 |
Color Harmonies of #DC692E
Complementary color
Monochromatic Colors of #DC692E
Black with #DC692E
Text Example
Text Example
White with #DC692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC692E; }
p { color: rgb(220,105,46); }
H1.HeaderClassName
{
color: #DC692E;
}
.AnyTagClassName
{
color: #DC692E;
}
</style>
background-color css
<style>
a { background-color: #DC692E; }
a { background-color: rgb(220,105,46); }
div.DivClassName
{
background-color: #DC692E;
}
.BgClassName
{
background-color: #DC692E;
}
</style>
border-color css
<style>
span { border-color: #DC692E; }
span { border-color: rgb(220,105,46); }
td.TdClassName
{
border-color: #DC692E;
}
.TagClassName
{
border-color: #DC692E;
}
</style>