Shades of Manz #DDDB5C
Tints of Manz #DDDB5C
RGB
CMYK
RGB Variations
Color information
#DDDB5C (or 0xDDDB5C) is known color: Manz. HEX triplet: DD, DB and 5C. RGB value is (221,219,92). Sum of RGB (Red+Green+Blue) = 221+219+92=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB5C is #2224A3. Grayscale: #CDCDCD. Windows color (decimal): -2237604 or 6085597. OLE color: 6085597.
HSL color Cylindrical-coordinate representation of color #DDDB5C: hue angle of 59.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDDB5C is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 92 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.13 |
| HSL | 59.07º | 0.65% | 0.61% | - |
| HSV(B) | 59.07º | 0.58% | 0.87% | - |
| XYZ | 57.08 | 66.81 | 20.01 | - |
| YUV | 205.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 92 | 0 | 0.01 | 0.58 | 0.13 | 59.07 | 0.65 | 0.61 |
| Hex | DD | DB | 5C | 0 | 1 | 3A | D | 3B | 41 | 3D |
| Octal | 335 | 333 | 134 | 0 | 1 | 72 | 15 | 73 | 101 | 75 |
| Binary | 11011101 | 11011011 | 1011100 | 0 | 1 | 111010 | 1101 | 111011 | 1000001 | 111101 |
Color Harmonies of #DDDB5C
Complementary color
Monochromatic Colors of #DDDB5C
Black with #DDDB5C
Text Example
Text Example
White with #DDDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB5C; }
p { color: rgb(221,219,92); }
H1.HeaderClassName
{
color: #DDDB5C;
}
.AnyTagClassName
{
color: #DDDB5C;
}
</style>
background-color css
<style>
a { background-color: #DDDB5C; }
a { background-color: rgb(221,219,92); }
div.DivClassName
{
background-color: #DDDB5C;
}
.BgClassName
{
background-color: #DDDB5C;
}
</style>
border-color css
<style>
span { border-color: #DDDB5C; }
span { border-color: rgb(221,219,92); }
td.TdClassName
{
border-color: #DDDB5C;
}
.TagClassName
{
border-color: #DDDB5C;
}
</style>