Shades of Gold Drop #DC6A30
Tints of Gold Drop #DC6A30
RGB
CMYK
RGB Variations
Color information
#DC6A30 (or 0xDC6A30) is known color: Gold Drop. HEX triplet: DC, 6A and 30. RGB value is (220,106,48). Sum of RGB (Red+Green+Blue) = 220+106+48=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A30 is #2395CF. Grayscale: #858585. Windows color (decimal): -2332112 or 3173084. OLE color: 3173084.
HSL color Cylindrical-coordinate representation of color #DC6A30: hue angle of 20.23º 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 #DC6A30 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 48 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.14 |
| HSL | 20.23º | 0.71% | 0.53% | - |
| HSV(B) | 20.23º | 0.78% | 0.86% | - |
| XYZ | 35.2 | 25.74 | 5.91 | - |
| YUV | 133.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 48 | 0 | 0.52 | 0.78 | 0.14 | 20.23 | 0.71 | 0.53 |
| Hex | DC | 6A | 30 | 0 | 34 | 4E | E | 14 | 47 | 35 |
| Octal | 334 | 152 | 60 | 0 | 64 | 116 | 16 | 24 | 107 | 65 |
| Binary | 11011100 | 1101010 | 110000 | 0 | 110100 | 1001110 | 1110 | 10100 | 1000111 | 110101 |
Color Harmonies of #DC6A30
Complementary color
Monochromatic Colors of #DC6A30
Black with #DC6A30
Text Example
Text Example
White with #DC6A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A30; }
p { color: rgb(220,106,48); }
H1.HeaderClassName
{
color: #DC6A30;
}
.AnyTagClassName
{
color: #DC6A30;
}
</style>
background-color css
<style>
a { background-color: #DC6A30; }
a { background-color: rgb(220,106,48); }
div.DivClassName
{
background-color: #DC6A30;
}
.BgClassName
{
background-color: #DC6A30;
}
</style>
border-color css
<style>
span { border-color: #DC6A30; }
span { border-color: rgb(220,106,48); }
td.TdClassName
{
border-color: #DC6A30;
}
.TagClassName
{
border-color: #DC6A30;
}
</style>