Shades of Manz #DDDC5C
Tints of Manz #DDDC5C
RGB
CMYK
RGB Variations
Color information
#DDDC5C (or 0xDDDC5C) is known color: Manz. HEX triplet: DD, DC and 5C. RGB value is (221,220,92). Sum of RGB (Red+Green+Blue) = 221+220+92=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC5C is #2223A3. Grayscale: #CECECE. Windows color (decimal): -2237348 or 6085853. OLE color: 6085853.
HSL color Cylindrical-coordinate representation of color #DDDC5C: hue angle of 59.53º 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 #DDDC5C is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 92 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.13 |
| HSL | 59.53º | 0.65% | 0.61% | - |
| HSV(B) | 59.53º | 0.58% | 0.87% | - |
| XYZ | 57.34 | 67.33 | 20.1 | - |
| YUV | 205.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 92 | 0 | 0.00 | 0.58 | 0.13 | 59.53 | 0.65 | 0.61 |
| Hex | DD | DC | 5C | 0 | 0 | 3A | D | 3C | 41 | 3D |
| Octal | 335 | 334 | 134 | 0 | 0 | 72 | 15 | 74 | 101 | 75 |
| Binary | 11011101 | 11011100 | 1011100 | 0 | 0 | 111010 | 1101 | 111100 | 1000001 | 111101 |
Color Harmonies of #DDDC5C
Complementary color
Monochromatic Colors of #DDDC5C
Black with #DDDC5C
Text Example
Text Example
White with #DDDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC5C; }
p { color: rgb(221,220,92); }
H1.HeaderClassName
{
color: #DDDC5C;
}
.AnyTagClassName
{
color: #DDDC5C;
}
</style>
background-color css
<style>
a { background-color: #DDDC5C; }
a { background-color: rgb(221,220,92); }
div.DivClassName
{
background-color: #DDDC5C;
}
.BgClassName
{
background-color: #DDDC5C;
}
</style>
border-color css
<style>
span { border-color: #DDDC5C; }
span { border-color: rgb(221,220,92); }
td.TdClassName
{
border-color: #DDDC5C;
}
.TagClassName
{
border-color: #DDDC5C;
}
</style>