Shades of Gold Drop #DC662B
Tints of Gold Drop #DC662B
RGB
CMYK
RGB Variations
Color information
#DC662B (or 0xDC662B) is known color: Gold Drop. HEX triplet: DC, 66 and 2B. RGB value is (220,102,43). Sum of RGB (Red+Green+Blue) = 220+102+43=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC662B is #2399D4. Grayscale: #828282. Windows color (decimal): -2333141 or 2844380. OLE color: 2844380.
HSL color Cylindrical-coordinate representation of color #DC662B: hue angle of 20º 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 #DC662B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 43 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.14 |
| HSL | 20º | 0.72% | 0.52% | - |
| HSV(B) | 20º | 0.8% | 0.86% | - |
| XYZ | 34.7 | 24.89 | 5.26 | - |
| YUV | 130.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 43 | 0 | 0.54 | 0.80 | 0.14 | 20 | 0.72 | 0.52 |
| Hex | DC | 66 | 2B | 0 | 36 | 50 | E | 14 | 48 | 34 |
| Octal | 334 | 146 | 53 | 0 | 66 | 120 | 16 | 24 | 110 | 64 |
| Binary | 11011100 | 1100110 | 101011 | 0 | 110110 | 1010000 | 1110 | 10100 | 1001000 | 110100 |
Color Harmonies of #DC662B
Complementary color
Monochromatic Colors of #DC662B
Black with #DC662B
Text Example
Text Example
White with #DC662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC662B; }
p { color: rgb(220,102,43); }
H1.HeaderClassName
{
color: #DC662B;
}
.AnyTagClassName
{
color: #DC662B;
}
</style>
background-color css
<style>
a { background-color: #DC662B; }
a { background-color: rgb(220,102,43); }
div.DivClassName
{
background-color: #DC662B;
}
.BgClassName
{
background-color: #DC662B;
}
</style>
border-color css
<style>
span { border-color: #DC662B; }
span { border-color: rgb(220,102,43); }
td.TdClassName
{
border-color: #DC662B;
}
.TagClassName
{
border-color: #DC662B;
}
</style>