Shades of Manz #DDDF60
Tints of Manz #DDDF60
RGB
CMYK
RGB Variations
Color information
#DDDF60 (or 0xDDDF60) is known color: Manz. HEX triplet: DD, DF and 60. RGB value is (221,223,96). Sum of RGB (Red+Green+Blue) = 221+223+96=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF60 is #22209F. Grayscale: #D0D0D0. Windows color (decimal): -2236576 or 6348765. OLE color: 6348765.
HSL color Cylindrical-coordinate representation of color #DDDF60: hue angle of 60.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDDF60 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 96 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.13 |
| HSL | 60.94º | 0.66% | 0.63% | - |
| HSV(B) | 60.94º | 0.57% | 0.87% | - |
| XYZ | 58.32 | 68.99 | 21.31 | - |
| YUV | 207.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 96 | 0.01 | 0 | 0.57 | 0.13 | 60.94 | 0.66 | 0.63 |
| Hex | DD | DF | 60 | 1 | 0 | 39 | D | 3D | 42 | 3F |
| Octal | 335 | 337 | 140 | 1 | 0 | 71 | 15 | 75 | 102 | 77 |
| Binary | 11011101 | 11011111 | 1100000 | 1 | 0 | 111001 | 1101 | 111101 | 1000010 | 111111 |
Color Harmonies of #DDDF60
Complementary color
Monochromatic Colors of #DDDF60
Black with #DDDF60
Text Example
Text Example
White with #DDDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF60; }
p { color: rgb(221,223,96); }
H1.HeaderClassName
{
color: #DDDF60;
}
.AnyTagClassName
{
color: #DDDF60;
}
</style>
background-color css
<style>
a { background-color: #DDDF60; }
a { background-color: rgb(221,223,96); }
div.DivClassName
{
background-color: #DDDF60;
}
.BgClassName
{
background-color: #DDDF60;
}
</style>
border-color css
<style>
span { border-color: #DDDF60; }
span { border-color: rgb(221,223,96); }
td.TdClassName
{
border-color: #DDDF60;
}
.TagClassName
{
border-color: #DDDF60;
}
</style>