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