Shades of Gold Drop #DC692C
Tints of Gold Drop #DC692C
RGB
CMYK
RGB Variations
Color information
#DC692C (or 0xDC692C) is known color: Gold Drop. HEX triplet: DC, 69 and 2C. RGB value is (220,105,44). Sum of RGB (Red+Green+Blue) = 220+105+44=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC692C is #2396D3. Grayscale: #848484. Windows color (decimal): -2332372 or 2910684. OLE color: 2910684.
HSL color Cylindrical-coordinate representation of color #DC692C: hue angle of 20.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC692C is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 44 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.14 |
| HSL | 20.8º | 0.72% | 0.52% | - |
| HSV(B) | 20.8º | 0.8% | 0.86% | - |
| XYZ | 35.02 | 25.5 | 5.46 | - |
| YUV | 132.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 44 | 0 | 0.52 | 0.8 | 0.14 | 20.8 | 0.72 | 0.52 |
| Hex | DC | 69 | 2C | 0 | 34 | 50 | E | 15 | 48 | 34 |
| Octal | 334 | 151 | 54 | 0 | 64 | 120 | 16 | 25 | 110 | 64 |
| Binary | 11011100 | 1101001 | 101100 | 0 | 110100 | 1010000 | 1110 | 10101 | 1001000 | 110100 |
Color Harmonies of #DC692C
Complementary color
Monochromatic Colors of #DC692C
Black with #DC692C
Text Example
Text Example
White with #DC692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC692C; }
p { color: rgb(220,105,44); }
H1.HeaderClassName
{
color: #DC692C;
}
.AnyTagClassName
{
color: #DC692C;
}
</style>
background-color css
<style>
a { background-color: #DC692C; }
a { background-color: rgb(220,105,44); }
div.DivClassName
{
background-color: #DC692C;
}
.BgClassName
{
background-color: #DC692C;
}
</style>
border-color css
<style>
span { border-color: #DC692C; }
span { border-color: rgb(220,105,44); }
td.TdClassName
{
border-color: #DC692C;
}
.TagClassName
{
border-color: #DC692C;
}
</style>