Shades of Gold Drop #DC6C31
Tints of Gold Drop #DC6C31
RGB
CMYK
RGB Variations
Color information
#DC6C31 (or 0xDC6C31) is known color: Gold Drop. HEX triplet: DC, 6C and 31. RGB value is (220,108,49). Sum of RGB (Red+Green+Blue) = 220+108+49=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C31 is #2393CE. Grayscale: #878787. Windows color (decimal): -2331599 or 3239132. OLE color: 3239132.
HSL color Cylindrical-coordinate representation of color #DC6C31: hue angle of 20.7º 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 #DC6C31 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 49 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.14 |
| HSL | 20.7º | 0.71% | 0.53% | - |
| HSV(B) | 20.7º | 0.78% | 0.86% | - |
| XYZ | 35.43 | 26.16 | 6.09 | - |
| YUV | 134.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 49 | 0 | 0.51 | 0.78 | 0.14 | 20.7 | 0.71 | 0.53 |
| Hex | DC | 6C | 31 | 0 | 33 | 4E | E | 15 | 47 | 35 |
| Octal | 334 | 154 | 61 | 0 | 63 | 116 | 16 | 25 | 107 | 65 |
| Binary | 11011100 | 1101100 | 110001 | 0 | 110011 | 1001110 | 1110 | 10101 | 1000111 | 110101 |
Color Harmonies of #DC6C31
Complementary color
Monochromatic Colors of #DC6C31
Black with #DC6C31
Text Example
Text Example
White with #DC6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C31; }
p { color: rgb(220,108,49); }
H1.HeaderClassName
{
color: #DC6C31;
}
.AnyTagClassName
{
color: #DC6C31;
}
</style>
background-color css
<style>
a { background-color: #DC6C31; }
a { background-color: rgb(220,108,49); }
div.DivClassName
{
background-color: #DC6C31;
}
.BgClassName
{
background-color: #DC6C31;
}
</style>
border-color css
<style>
span { border-color: #DC6C31; }
span { border-color: rgb(220,108,49); }
td.TdClassName
{
border-color: #DC6C31;
}
.TagClassName
{
border-color: #DC6C31;
}
</style>