Shades of Gold Drop #DC6326
Tints of Gold Drop #DC6326
RGB
CMYK
RGB Variations
Color information
#DC6326 (or 0xDC6326) is known color: Gold Drop. HEX triplet: DC, 63 and 26. RGB value is (220,99,38). Sum of RGB (Red+Green+Blue) = 220+99+38=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6326 is #239CD9. Grayscale: #808080. Windows color (decimal): -2333914 or 2515932. OLE color: 2515932.
HSL color Cylindrical-coordinate representation of color #DC6326: hue angle of 20.11º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6326 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 38 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.14 |
| HSL | 20.11º | 0.72% | 0.51% | - |
| HSV(B) | 20.11º | 0.83% | 0.86% | - |
| XYZ | 34.33 | 24.28 | 4.71 | - |
| YUV | 128.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 38 | 0 | 0.55 | 0.83 | 0.14 | 20.11 | 0.72 | 0.51 |
| Hex | DC | 63 | 26 | 0 | 37 | 53 | E | 14 | 48 | 33 |
| Octal | 334 | 143 | 46 | 0 | 67 | 123 | 16 | 24 | 110 | 63 |
| Binary | 11011100 | 1100011 | 100110 | 0 | 110111 | 1010011 | 1110 | 10100 | 1001000 | 110011 |
Color Harmonies of #DC6326
Complementary color
Monochromatic Colors of #DC6326
Black with #DC6326
Text Example
Text Example
White with #DC6326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6326; }
p { color: rgb(220,99,38); }
H1.HeaderClassName
{
color: #DC6326;
}
.AnyTagClassName
{
color: #DC6326;
}
</style>
background-color css
<style>
a { background-color: #DC6326; }
a { background-color: rgb(220,99,38); }
div.DivClassName
{
background-color: #DC6326;
}
.BgClassName
{
background-color: #DC6326;
}
</style>
border-color css
<style>
span { border-color: #DC6326; }
span { border-color: rgb(220,99,38); }
td.TdClassName
{
border-color: #DC6326;
}
.TagClassName
{
border-color: #DC6326;
}
</style>