Shades of Manz #DDDF5B
Tints of Manz #DDDF5B
RGB
CMYK
RGB Variations
Color information
#DDDF5B (or 0xDDDF5B) is known color: Manz. HEX triplet: DD, DF and 5B. RGB value is (221,223,91). Sum of RGB (Red+Green+Blue) = 221+223+91=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF5B is #2220A4. Grayscale: #CFCFCF. Windows color (decimal): -2236581 or 6021085. OLE color: 6021085.
HSL color Cylindrical-coordinate representation of color #DDDF5B: hue angle of 60.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDDF5B is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 91 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.13 |
| HSL | 60.91º | 0.67% | 0.62% | - |
| HSV(B) | 60.91º | 0.59% | 0.87% | - |
| XYZ | 58.09 | 68.9 | 20.14 | - |
| YUV | 207.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 91 | 0.01 | 0 | 0.59 | 0.13 | 60.91 | 0.67 | 0.62 |
| Hex | DD | DF | 5B | 1 | 0 | 3B | D | 3D | 43 | 3E |
| Octal | 335 | 337 | 133 | 1 | 0 | 73 | 15 | 75 | 103 | 76 |
| Binary | 11011101 | 11011111 | 1011011 | 1 | 0 | 111011 | 1101 | 111101 | 1000011 | 111110 |
Color Harmonies of #DDDF5B
Complementary color
Monochromatic Colors of #DDDF5B
Black with #DDDF5B
Text Example
Text Example
White with #DDDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF5B; }
p { color: rgb(221,223,91); }
H1.HeaderClassName
{
color: #DDDF5B;
}
.AnyTagClassName
{
color: #DDDF5B;
}
</style>
background-color css
<style>
a { background-color: #DDDF5B; }
a { background-color: rgb(221,223,91); }
div.DivClassName
{
background-color: #DDDF5B;
}
.BgClassName
{
background-color: #DDDF5B;
}
</style>
border-color css
<style>
span { border-color: #DDDF5B; }
span { border-color: rgb(221,223,91); }
td.TdClassName
{
border-color: #DDDF5B;
}
.TagClassName
{
border-color: #DDDF5B;
}
</style>