Shades of Manz #DCDF48
Tints of Manz #DCDF48
RGB
CMYK
RGB Variations
Color information
#DCDF48 (or 0xDCDF48) is known color: Manz. HEX triplet: DC, DF and 48. RGB value is (220,223,72). Sum of RGB (Red+Green+Blue) = 220+223+72=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF48 is #2320B7. Grayscale: #CDCDCD. Windows color (decimal): -2302136 or 4775900. OLE color: 4775900.
HSL color Cylindrical-coordinate representation of color #DCDF48: hue angle of 61.19º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDF48 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 72 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.13 |
| HSL | 61.19º | 0.7% | 0.58% | - |
| HSV(B) | 61.19º | 0.68% | 0.87% | - |
| XYZ | 57.07 | 68.46 | 16.34 | - |
| YUV | 204.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 72 | 0.01 | 0 | 0.68 | 0.13 | 61.19 | 0.7 | 0.58 |
| Hex | DC | DF | 48 | 1 | 0 | 44 | D | 3D | 46 | 3A |
| Octal | 334 | 337 | 110 | 1 | 0 | 104 | 15 | 75 | 106 | 72 |
| Binary | 11011100 | 11011111 | 1001000 | 1 | 0 | 1000100 | 1101 | 111101 | 1000110 | 111010 |
Color Harmonies of #DCDF48
Complementary color
Monochromatic Colors of #DCDF48
Black with #DCDF48
Text Example
Text Example
White with #DCDF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF48; }
p { color: rgb(220,223,72); }
H1.HeaderClassName
{
color: #DCDF48;
}
.AnyTagClassName
{
color: #DCDF48;
}
</style>
background-color css
<style>
a { background-color: #DCDF48; }
a { background-color: rgb(220,223,72); }
div.DivClassName
{
background-color: #DCDF48;
}
.BgClassName
{
background-color: #DCDF48;
}
</style>
border-color css
<style>
span { border-color: #DCDF48; }
span { border-color: rgb(220,223,72); }
td.TdClassName
{
border-color: #DCDF48;
}
.TagClassName
{
border-color: #DCDF48;
}
</style>