Shades of Gold Drop #DC6B31
Tints of Gold Drop #DC6B31
RGB
CMYK
RGB Variations
Color information
#DC6B31 (or 0xDC6B31) is known color: Gold Drop. HEX triplet: DC, 6B and 31. RGB value is (220,107,49). Sum of RGB (Red+Green+Blue) = 220+107+49=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B31 is #2394CE. Grayscale: #868686. Windows color (decimal): -2331855 or 3238876. OLE color: 3238876.
HSL color Cylindrical-coordinate representation of color #DC6B31: hue angle of 20.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6B31 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 49 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.14 |
| HSL | 20.35º | 0.71% | 0.53% | - |
| HSV(B) | 20.35º | 0.78% | 0.86% | - |
| XYZ | 35.33 | 25.95 | 6.05 | - |
| YUV | 134.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 49 | 0 | 0.51 | 0.78 | 0.14 | 20.35 | 0.71 | 0.53 |
| Hex | DC | 6B | 31 | 0 | 33 | 4E | E | 14 | 47 | 35 |
| Octal | 334 | 153 | 61 | 0 | 63 | 116 | 16 | 24 | 107 | 65 |
| Binary | 11011100 | 1101011 | 110001 | 0 | 110011 | 1001110 | 1110 | 10100 | 1000111 | 110101 |
Color Harmonies of #DC6B31
Complementary color
Monochromatic Colors of #DC6B31
Black with #DC6B31
Text Example
Text Example
White with #DC6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B31; }
p { color: rgb(220,107,49); }
H1.HeaderClassName
{
color: #DC6B31;
}
.AnyTagClassName
{
color: #DC6B31;
}
</style>
background-color css
<style>
a { background-color: #DC6B31; }
a { background-color: rgb(220,107,49); }
div.DivClassName
{
background-color: #DC6B31;
}
.BgClassName
{
background-color: #DC6B31;
}
</style>
border-color css
<style>
span { border-color: #DC6B31; }
span { border-color: rgb(220,107,49); }
td.TdClassName
{
border-color: #DC6B31;
}
.TagClassName
{
border-color: #DC6B31;
}
</style>