Shades of Gold Drop #DC692B
Tints of Gold Drop #DC692B
RGB
CMYK
RGB Variations
Color information
#DC692B (or 0xDC692B) is known color: Gold Drop. HEX triplet: DC, 69 and 2B. RGB value is (220,105,43). Sum of RGB (Red+Green+Blue) = 220+105+43=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC692B is #2396D4. Grayscale: #848484. Windows color (decimal): -2332373 or 2845148. OLE color: 2845148.
HSL color Cylindrical-coordinate representation of color #DC692B: hue angle of 21.02º 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 #DC692B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 43 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.14 |
| HSL | 21.02º | 0.72% | 0.52% | - |
| HSV(B) | 21.02º | 0.8% | 0.86% | - |
| XYZ | 35 | 25.49 | 5.36 | - |
| YUV | 132.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 43 | 0 | 0.52 | 0.80 | 0.14 | 21.02 | 0.72 | 0.52 |
| Hex | DC | 69 | 2B | 0 | 34 | 50 | E | 15 | 48 | 34 |
| Octal | 334 | 151 | 53 | 0 | 64 | 120 | 16 | 25 | 110 | 64 |
| Binary | 11011100 | 1101001 | 101011 | 0 | 110100 | 1010000 | 1110 | 10101 | 1001000 | 110100 |
Color Harmonies of #DC692B
Complementary color
Monochromatic Colors of #DC692B
Black with #DC692B
Text Example
Text Example
White with #DC692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC692B; }
p { color: rgb(220,105,43); }
H1.HeaderClassName
{
color: #DC692B;
}
.AnyTagClassName
{
color: #DC692B;
}
</style>
background-color css
<style>
a { background-color: #DC692B; }
a { background-color: rgb(220,105,43); }
div.DivClassName
{
background-color: #DC692B;
}
.BgClassName
{
background-color: #DC692B;
}
</style>
border-color css
<style>
span { border-color: #DC692B; }
span { border-color: rgb(220,105,43); }
td.TdClassName
{
border-color: #DC692B;
}
.TagClassName
{
border-color: #DC692B;
}
</style>