Shades of Manz #DDDB56
Tints of Manz #DDDB56
RGB
CMYK
RGB Variations
Color information
#DDDB56 (or 0xDDDB56) is known color: Manz. HEX triplet: DD, DB and 56. RGB value is (221,219,86). Sum of RGB (Red+Green+Blue) = 221+219+86=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB56 is #2224A9. Grayscale: #CCCCCC. Windows color (decimal): -2237610 or 5692381. OLE color: 5692381.
HSL color Cylindrical-coordinate representation of color #DDDB56: hue angle of 59.11º 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 #DDDB56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 86 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 59.11º | 0.67% | 0.6% | - |
| HSV(B) | 59.11º | 0.61% | 0.87% | - |
| XYZ | 56.83 | 66.71 | 18.68 | - |
| YUV | 204.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 86 | 0 | 0.01 | 0.61 | 0.13 | 59.11 | 0.67 | 0.6 |
| Hex | DD | DB | 56 | 0 | 1 | 3D | D | 3B | 43 | 3C |
| Octal | 335 | 333 | 126 | 0 | 1 | 75 | 15 | 73 | 103 | 74 |
| Binary | 11011101 | 11011011 | 1010110 | 0 | 1 | 111101 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DDDB56
Complementary color
Monochromatic Colors of #DDDB56
Black with #DDDB56
Text Example
Text Example
White with #DDDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB56; }
p { color: rgb(221,219,86); }
H1.HeaderClassName
{
color: #DDDB56;
}
.AnyTagClassName
{
color: #DDDB56;
}
</style>
background-color css
<style>
a { background-color: #DDDB56; }
a { background-color: rgb(221,219,86); }
div.DivClassName
{
background-color: #DDDB56;
}
.BgClassName
{
background-color: #DDDB56;
}
</style>
border-color css
<style>
span { border-color: #DDDB56; }
span { border-color: rgb(221,219,86); }
td.TdClassName
{
border-color: #DDDB56;
}
.TagClassName
{
border-color: #DDDB56;
}
</style>