Shades of Manz #DEDB56
Tints of Manz #DEDB56
RGB
CMYK
RGB Variations
Color information
#DEDB56 (or 0xDEDB56) is known color: Manz. HEX triplet: DE, DB and 56. RGB value is (222,219,86). Sum of RGB (Red+Green+Blue) = 222+219+86=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB56 is #2124A9. Grayscale: #CDCDCD. Windows color (decimal): -2172074 or 5692382. OLE color: 5692382.
HSL color Cylindrical-coordinate representation of color #DEDB56: hue angle of 58.68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEDB56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 86 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 58.68º | 0.67% | 0.6% | - |
| HSV(B) | 58.68º | 0.61% | 0.87% | - |
| XYZ | 57.14 | 66.86 | 18.7 | - |
| YUV | 204.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 86 | 0 | 0.01 | 0.61 | 0.13 | 58.68 | 0.67 | 0.6 |
| Hex | DE | DB | 56 | 0 | 1 | 3D | D | 3B | 43 | 3C |
| Octal | 336 | 333 | 126 | 0 | 1 | 75 | 15 | 73 | 103 | 74 |
| Binary | 11011110 | 11011011 | 1010110 | 0 | 1 | 111101 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DEDB56
Complementary color
Monochromatic Colors of #DEDB56
Black with #DEDB56
Text Example
Text Example
White with #DEDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB56; }
p { color: rgb(222,219,86); }
H1.HeaderClassName
{
color: #DEDB56;
}
.AnyTagClassName
{
color: #DEDB56;
}
</style>
background-color css
<style>
a { background-color: #DEDB56; }
a { background-color: rgb(222,219,86); }
div.DivClassName
{
background-color: #DEDB56;
}
.BgClassName
{
background-color: #DEDB56;
}
</style>
border-color css
<style>
span { border-color: #DEDB56; }
span { border-color: rgb(222,219,86); }
td.TdClassName
{
border-color: #DEDB56;
}
.TagClassName
{
border-color: #DEDB56;
}
</style>