Shades of Gold Drop #DC6D31
Tints of Gold Drop #DC6D31
RGB
CMYK
RGB Variations
Color information
#DC6D31 (or 0xDC6D31) is known color: Gold Drop. HEX triplet: DC, 6D and 31. RGB value is (220,109,49). Sum of RGB (Red+Green+Blue) = 220+109+49=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D31 is #2392CE. Grayscale: #878787. Windows color (decimal): -2331343 or 3239388. OLE color: 3239388.
HSL color Cylindrical-coordinate representation of color #DC6D31: hue angle of 21.05º 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 #DC6D31 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 49 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.14 |
| HSL | 21.05º | 0.71% | 0.53% | - |
| HSV(B) | 21.05º | 0.78% | 0.86% | - |
| XYZ | 35.54 | 26.37 | 6.12 | - |
| YUV | 135.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 49 | 0 | 0.50 | 0.78 | 0.14 | 21.05 | 0.71 | 0.53 |
| Hex | DC | 6D | 31 | 0 | 32 | 4E | E | 15 | 47 | 35 |
| Octal | 334 | 155 | 61 | 0 | 62 | 116 | 16 | 25 | 107 | 65 |
| Binary | 11011100 | 1101101 | 110001 | 0 | 110010 | 1001110 | 1110 | 10101 | 1000111 | 110101 |
Color Harmonies of #DC6D31
Complementary color
Monochromatic Colors of #DC6D31
Black with #DC6D31
Text Example
Text Example
White with #DC6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D31; }
p { color: rgb(220,109,49); }
H1.HeaderClassName
{
color: #DC6D31;
}
.AnyTagClassName
{
color: #DC6D31;
}
</style>
background-color css
<style>
a { background-color: #DC6D31; }
a { background-color: rgb(220,109,49); }
div.DivClassName
{
background-color: #DC6D31;
}
.BgClassName
{
background-color: #DC6D31;
}
</style>
border-color css
<style>
span { border-color: #DC6D31; }
span { border-color: rgb(220,109,49); }
td.TdClassName
{
border-color: #DC6D31;
}
.TagClassName
{
border-color: #DC6D31;
}
</style>