Shades of Manz #DDDF5C
Tints of Manz #DDDF5C
RGB
CMYK
RGB Variations
Color information
#DDDF5C (or 0xDDDF5C) is known color: Manz. HEX triplet: DD, DF and 5C. RGB value is (221,223,92). Sum of RGB (Red+Green+Blue) = 221+223+92=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF5C is #2220A3. Grayscale: #CFCFCF. Windows color (decimal): -2236580 or 6086621. OLE color: 6086621.
HSL color Cylindrical-coordinate representation of color #DDDF5C: hue angle of 60.92º 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 #DDDF5C is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 92 | - |
CMYK | 0.01 | 0 | 0.59 | 0.13 |
HSL | 60.92º | 0.67% | 0.62% | - |
HSV(B) | 60.92º | 0.59% | 0.87% | - |
XYZ | 58.14 | 68.92 | 20.36 | - |
YUV | 207.47 | 62.84 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 92 | 0.01 | 0 | 0.59 | 0.13 | 60.92 | 0.67 | 0.62 |
Hex | DD | DF | 5C | 1 | 0 | 3B | D | 3D | 43 | 3E |
Octal | 335 | 337 | 134 | 1 | 0 | 73 | 15 | 75 | 103 | 76 |
Binary | 11011101 | 11011111 | 1011100 | 1 | 0 | 111011 | 1101 | 111101 | 1000011 | 111110 |
Color Harmonies of #DDDF5C
Complementary color
Monochromatic Colors of #DDDF5C
Black with #DDDF5C
Text Example
Text Example
White with #DDDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF5C; }
p { color: rgb(221,223,92); }
H1.HeaderClassName
{
color: #DDDF5C;
}
.AnyTagClassName
{
color: #DDDF5C;
}
</style>
background-color css
<style>
a { background-color: #DDDF5C; }
a { background-color: rgb(221,223,92); }
div.DivClassName
{
background-color: #DDDF5C;
}
.BgClassName
{
background-color: #DDDF5C;
}
</style>
border-color css
<style>
span { border-color: #DDDF5C; }
span { border-color: rgb(221,223,92); }
td.TdClassName
{
border-color: #DDDF5C;
}
.TagClassName
{
border-color: #DDDF5C;
}
</style>