Shades of Manz #DEDB4B
Tints of Manz #DEDB4B
RGB
CMYK
RGB Variations
Color information
#DEDB4B (or 0xDEDB4B) is known color: Manz. HEX triplet: DE, DB and 4B. RGB value is (222,219,75). Sum of RGB (Red+Green+Blue) = 222+219+75=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB4B is #2124B4. Grayscale: #CCCCCC. Windows color (decimal): -2172085 or 4971486. OLE color: 4971486.
HSL color Cylindrical-coordinate representation of color #DEDB4B: hue angle of 58.78º degrees, saturation: 0.69, 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 #DEDB4B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 75 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 58.78º | 0.69% | 0.58% | - |
| HSV(B) | 58.78º | 0.66% | 0.87% | - |
| XYZ | 56.73 | 66.7 | 16.54 | - |
| YUV | 203.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 75 | 0 | 0.01 | 0.66 | 0.13 | 58.78 | 0.69 | 0.58 |
| Hex | DE | DB | 4B | 0 | 1 | 42 | D | 3B | 45 | 3A |
| Octal | 336 | 333 | 113 | 0 | 1 | 102 | 15 | 73 | 105 | 72 |
| Binary | 11011110 | 11011011 | 1001011 | 0 | 1 | 1000010 | 1101 | 111011 | 1000101 | 111010 |
Color Harmonies of #DEDB4B
Complementary color
Monochromatic Colors of #DEDB4B
Black with #DEDB4B
Text Example
Text Example
White with #DEDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB4B; }
p { color: rgb(222,219,75); }
H1.HeaderClassName
{
color: #DEDB4B;
}
.AnyTagClassName
{
color: #DEDB4B;
}
</style>
background-color css
<style>
a { background-color: #DEDB4B; }
a { background-color: rgb(222,219,75); }
div.DivClassName
{
background-color: #DEDB4B;
}
.BgClassName
{
background-color: #DEDB4B;
}
</style>
border-color css
<style>
span { border-color: #DEDB4B; }
span { border-color: rgb(222,219,75); }
td.TdClassName
{
border-color: #DEDB4B;
}
.TagClassName
{
border-color: #DEDB4B;
}
</style>