Shades of Manz #DFDE4B
Tints of Manz #DFDE4B
RGB
CMYK
RGB Variations
Color information
#DFDE4B (or 0xDFDE4B) is known color: Manz. HEX triplet: DF, DE and 4B. RGB value is (223,222,75). Sum of RGB (Red+Green+Blue) = 223+222+75=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE4B is #2021B4. Grayscale: #CECECE. Windows color (decimal): -2105781 or 4972255. OLE color: 4972255.
HSL color Cylindrical-coordinate representation of color #DFDE4B: hue angle of 59.59º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFDE4B is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 75 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.13 |
| HSL | 59.59º | 0.7% | 0.58% | - |
| HSV(B) | 59.59º | 0.66% | 0.87% | - |
| XYZ | 57.82 | 68.44 | 16.82 | - |
| YUV | 205.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 75 | 0 | 0.00 | 0.66 | 0.13 | 59.59 | 0.7 | 0.58 |
| Hex | DF | DE | 4B | 0 | 0 | 42 | D | 3C | 46 | 3A |
| Octal | 337 | 336 | 113 | 0 | 0 | 102 | 15 | 74 | 106 | 72 |
| Binary | 11011111 | 11011110 | 1001011 | 0 | 0 | 1000010 | 1101 | 111100 | 1000110 | 111010 |
Color Harmonies of #DFDE4B
Complementary color
Monochromatic Colors of #DFDE4B
Black with #DFDE4B
Text Example
Text Example
White with #DFDE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE4B; }
p { color: rgb(223,222,75); }
H1.HeaderClassName
{
color: #DFDE4B;
}
.AnyTagClassName
{
color: #DFDE4B;
}
</style>
background-color css
<style>
a { background-color: #DFDE4B; }
a { background-color: rgb(223,222,75); }
div.DivClassName
{
background-color: #DFDE4B;
}
.BgClassName
{
background-color: #DFDE4B;
}
</style>
border-color css
<style>
span { border-color: #DFDE4B; }
span { border-color: rgb(223,222,75); }
td.TdClassName
{
border-color: #DFDE4B;
}
.TagClassName
{
border-color: #DFDE4B;
}
</style>