Shades of Gold Drop #DC6C30
Tints of Gold Drop #DC6C30
RGB
CMYK
RGB Variations
Color information
#DC6C30 (or 0xDC6C30) is known color: Gold Drop. HEX triplet: DC, 6C and 30. RGB value is (220,108,48). Sum of RGB (Red+Green+Blue) = 220+108+48=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C30 is #2393CF. Grayscale: #878787. Windows color (decimal): -2331600 or 3173596. OLE color: 3173596.
HSL color Cylindrical-coordinate representation of color #DC6C30: hue angle of 20.93º 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 #DC6C30 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 48 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.14 |
| HSL | 20.93º | 0.71% | 0.53% | - |
| HSV(B) | 20.93º | 0.78% | 0.86% | - |
| XYZ | 35.41 | 26.15 | 5.98 | - |
| YUV | 134.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 48 | 0 | 0.51 | 0.78 | 0.14 | 20.93 | 0.71 | 0.53 |
| Hex | DC | 6C | 30 | 0 | 33 | 4E | E | 15 | 47 | 35 |
| Octal | 334 | 154 | 60 | 0 | 63 | 116 | 16 | 25 | 107 | 65 |
| Binary | 11011100 | 1101100 | 110000 | 0 | 110011 | 1001110 | 1110 | 10101 | 1000111 | 110101 |
Color Harmonies of #DC6C30
Complementary color
Monochromatic Colors of #DC6C30
Black with #DC6C30
Text Example
Text Example
White with #DC6C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C30; }
p { color: rgb(220,108,48); }
H1.HeaderClassName
{
color: #DC6C30;
}
.AnyTagClassName
{
color: #DC6C30;
}
</style>
background-color css
<style>
a { background-color: #DC6C30; }
a { background-color: rgb(220,108,48); }
div.DivClassName
{
background-color: #DC6C30;
}
.BgClassName
{
background-color: #DC6C30;
}
</style>
border-color css
<style>
span { border-color: #DC6C30; }
span { border-color: rgb(220,108,48); }
td.TdClassName
{
border-color: #DC6C30;
}
.TagClassName
{
border-color: #DC6C30;
}
</style>