Shades of Gold Drop #DC692A
Tints of Gold Drop #DC692A
RGB
CMYK
RGB Variations
Color information
#DC692A (or 0xDC692A) is known color: Gold Drop. HEX triplet: DC, 69 and 2A. RGB value is (220,105,42). Sum of RGB (Red+Green+Blue) = 220+105+42=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC692A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC692A is #2396D5. Grayscale: #848484. Windows color (decimal): -2332374 or 2779612. OLE color: 2779612.
HSL color Cylindrical-coordinate representation of color #DC692A: hue angle of 21.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC692A is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 42 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.14 |
| HSL | 21.24º | 0.72% | 0.51% | - |
| HSV(B) | 21.24º | 0.81% | 0.86% | - |
| XYZ | 34.98 | 25.49 | 5.27 | - |
| YUV | 132.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 42 | 0 | 0.52 | 0.81 | 0.14 | 21.24 | 0.72 | 0.51 |
| Hex | DC | 69 | 2A | 0 | 34 | 51 | E | 15 | 48 | 33 |
| Octal | 334 | 151 | 52 | 0 | 64 | 121 | 16 | 25 | 110 | 63 |
| Binary | 11011100 | 1101001 | 101010 | 0 | 110100 | 1010001 | 1110 | 10101 | 1001000 | 110011 |
Color Harmonies of #DC692A
Complementary color
Monochromatic Colors of #DC692A
Black with #DC692A
Text Example
Text Example
White with #DC692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC692A; }
p { color: rgb(220,105,42); }
H1.HeaderClassName
{
color: #DC692A;
}
.AnyTagClassName
{
color: #DC692A;
}
</style>
background-color css
<style>
a { background-color: #DC692A; }
a { background-color: rgb(220,105,42); }
div.DivClassName
{
background-color: #DC692A;
}
.BgClassName
{
background-color: #DC692A;
}
</style>
border-color css
<style>
span { border-color: #DC692A; }
span { border-color: rgb(220,105,42); }
td.TdClassName
{
border-color: #DC692A;
}
.TagClassName
{
border-color: #DC692A;
}
</style>