Shades of Manz #DDDB4B
Tints of Manz #DDDB4B
RGB
CMYK
RGB Variations
Color information
#DDDB4B (or 0xDDDB4B) is known color: Manz. HEX triplet: DD, DB and 4B. RGB value is (221,219,75). Sum of RGB (Red+Green+Blue) = 221+219+75=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB4B is #2224B4. Grayscale: #CBCBCB. Windows color (decimal): -2237621 or 4971485. OLE color: 4971485.
HSL color Cylindrical-coordinate representation of color #DDDB4B: hue angle of 59.18º 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 #DDDB4B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 75 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 59.18º | 0.68% | 0.58% | - |
| HSV(B) | 59.18º | 0.66% | 0.87% | - |
| XYZ | 56.42 | 66.54 | 16.53 | - |
| YUV | 203.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 75 | 0 | 0.01 | 0.66 | 0.13 | 59.18 | 0.68 | 0.58 |
| Hex | DD | DB | 4B | 0 | 1 | 42 | D | 3B | 44 | 3A |
| Octal | 335 | 333 | 113 | 0 | 1 | 102 | 15 | 73 | 104 | 72 |
| Binary | 11011101 | 11011011 | 1001011 | 0 | 1 | 1000010 | 1101 | 111011 | 1000100 | 111010 |
Color Harmonies of #DDDB4B
Complementary color
Monochromatic Colors of #DDDB4B
Black with #DDDB4B
Text Example
Text Example
White with #DDDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB4B; }
p { color: rgb(221,219,75); }
H1.HeaderClassName
{
color: #DDDB4B;
}
.AnyTagClassName
{
color: #DDDB4B;
}
</style>
background-color css
<style>
a { background-color: #DDDB4B; }
a { background-color: rgb(221,219,75); }
div.DivClassName
{
background-color: #DDDB4B;
}
.BgClassName
{
background-color: #DDDB4B;
}
</style>
border-color css
<style>
span { border-color: #DDDB4B; }
span { border-color: rgb(221,219,75); }
td.TdClassName
{
border-color: #DDDB4B;
}
.TagClassName
{
border-color: #DDDB4B;
}
</style>