Shades of Gold Drop #DC6C2F
Tints of Gold Drop #DC6C2F
RGB
CMYK
RGB Variations
Color information
#DC6C2F (or 0xDC6C2F) is known color: Gold Drop. HEX triplet: DC, 6C and 2F. RGB value is (220,108,47). Sum of RGB (Red+Green+Blue) = 220+108+47=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C2F is #2393D0. Grayscale: #868686. Windows color (decimal): -2331601 or 3108060. OLE color: 3108060.
HSL color Cylindrical-coordinate representation of color #DC6C2F: hue angle of 21.16º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC6C2F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 47 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.14 |
| HSL | 21.16º | 0.71% | 0.52% | - |
| HSV(B) | 21.16º | 0.79% | 0.86% | - |
| XYZ | 35.39 | 26.15 | 5.87 | - |
| YUV | 134.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 47 | 0 | 0.51 | 0.79 | 0.14 | 21.16 | 0.71 | 0.52 |
| Hex | DC | 6C | 2F | 0 | 33 | 4F | E | 15 | 47 | 34 |
| Octal | 334 | 154 | 57 | 0 | 63 | 117 | 16 | 25 | 107 | 64 |
| Binary | 11011100 | 1101100 | 101111 | 0 | 110011 | 1001111 | 1110 | 10101 | 1000111 | 110100 |
Color Harmonies of #DC6C2F
Complementary color
Monochromatic Colors of #DC6C2F
Black with #DC6C2F
Text Example
Text Example
White with #DC6C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C2F; }
p { color: rgb(220,108,47); }
H1.HeaderClassName
{
color: #DC6C2F;
}
.AnyTagClassName
{
color: #DC6C2F;
}
</style>
background-color css
<style>
a { background-color: #DC6C2F; }
a { background-color: rgb(220,108,47); }
div.DivClassName
{
background-color: #DC6C2F;
}
.BgClassName
{
background-color: #DC6C2F;
}
</style>
border-color css
<style>
span { border-color: #DC6C2F; }
span { border-color: rgb(220,108,47); }
td.TdClassName
{
border-color: #DC6C2F;
}
.TagClassName
{
border-color: #DC6C2F;
}
</style>