Shades of Manz #DDCC5B
Tints of Manz #DDCC5B
RGB
CMYK
RGB Variations
Color information
#DDCC5B (or 0xDDCC5B) is known color: Manz. HEX triplet: DD, CC and 5B. RGB value is (221,204,91). Sum of RGB (Red+Green+Blue) = 221+204+91=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC5B is #2233A4. Grayscale: #C4C4C4. Windows color (decimal): -2241445 or 6016221. OLE color: 6016221.
HSL color Cylindrical-coordinate representation of color #DDCC5B: hue angle of 52.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDCC5B is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 91 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.13 |
| HSL | 52.15º | 0.66% | 0.61% | - |
| HSV(B) | 52.15º | 0.59% | 0.87% | - |
| XYZ | 53.3 | 59.31 | 18.54 | - |
| YUV | 196.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 91 | 0 | 0.08 | 0.59 | 0.13 | 52.15 | 0.66 | 0.61 |
| Hex | DD | CC | 5B | 0 | 8 | 3B | D | 34 | 42 | 3D |
| Octal | 335 | 314 | 133 | 0 | 10 | 73 | 15 | 64 | 102 | 75 |
| Binary | 11011101 | 11001100 | 1011011 | 0 | 1000 | 111011 | 1101 | 110100 | 1000010 | 111101 |
Color Harmonies of #DDCC5B
Complementary color
Monochromatic Colors of #DDCC5B
Black with #DDCC5B
Text Example
Text Example
White with #DDCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC5B; }
p { color: rgb(221,204,91); }
H1.HeaderClassName
{
color: #DDCC5B;
}
.AnyTagClassName
{
color: #DDCC5B;
}
</style>
background-color css
<style>
a { background-color: #DDCC5B; }
a { background-color: rgb(221,204,91); }
div.DivClassName
{
background-color: #DDCC5B;
}
.BgClassName
{
background-color: #DDCC5B;
}
</style>
border-color css
<style>
span { border-color: #DDCC5B; }
span { border-color: rgb(221,204,91); }
td.TdClassName
{
border-color: #DDCC5B;
}
.TagClassName
{
border-color: #DDCC5B;
}
</style>