Shades of Manz #DDDB4C
Tints of Manz #DDDB4C
RGB
CMYK
RGB Variations
Color information
#DDDB4C (or 0xDDDB4C) is known color: Manz. HEX triplet: DD, DB and 4C. RGB value is (221,219,76). Sum of RGB (Red+Green+Blue) = 221+219+76=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB4C is #2224B3. Grayscale: #CBCBCB. Windows color (decimal): -2237620 or 5037021. OLE color: 5037021.
HSL color Cylindrical-coordinate representation of color #DDDB4C: hue angle of 59.17º degrees, saturation: 0.68, 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 #DDDB4C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 76 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 59.17º | 0.68% | 0.58% | - |
| HSV(B) | 59.17º | 0.66% | 0.87% | - |
| XYZ | 56.45 | 66.56 | 16.71 | - |
| YUV | 203.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 76 | 0 | 0.01 | 0.66 | 0.13 | 59.17 | 0.68 | 0.58 |
| Hex | DD | DB | 4C | 0 | 1 | 42 | D | 3B | 44 | 3A |
| Octal | 335 | 333 | 114 | 0 | 1 | 102 | 15 | 73 | 104 | 72 |
| Binary | 11011101 | 11011011 | 1001100 | 0 | 1 | 1000010 | 1101 | 111011 | 1000100 | 111010 |
Color Harmonies of #DDDB4C
Complementary color
Monochromatic Colors of #DDDB4C
Black with #DDDB4C
Text Example
Text Example
White with #DDDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB4C; }
p { color: rgb(221,219,76); }
H1.HeaderClassName
{
color: #DDDB4C;
}
.AnyTagClassName
{
color: #DDDB4C;
}
</style>
background-color css
<style>
a { background-color: #DDDB4C; }
a { background-color: rgb(221,219,76); }
div.DivClassName
{
background-color: #DDDB4C;
}
.BgClassName
{
background-color: #DDDB4C;
}
</style>
border-color css
<style>
span { border-color: #DDDB4C; }
span { border-color: rgb(221,219,76); }
td.TdClassName
{
border-color: #DDDB4C;
}
.TagClassName
{
border-color: #DDDB4C;
}
</style>