Shades of Manz #DDCD5A
Tints of Manz #DDCD5A
RGB
CMYK
RGB Variations
Color information
#DDCD5A (or 0xDDCD5A) is known color: Manz. HEX triplet: DD, CD and 5A. RGB value is (221,205,90). Sum of RGB (Red+Green+Blue) = 221+205+90=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD5A is #2232A5. Grayscale: #C5C5C5. Windows color (decimal): -2241190 or 5950941. OLE color: 5950941.
HSL color Cylindrical-coordinate representation of color #DDCD5A: hue angle of 52.67º 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 #DDCD5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 90 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.13 |
| HSL | 52.67º | 0.66% | 0.61% | - |
| HSV(B) | 52.67º | 0.59% | 0.87% | - |
| XYZ | 53.5 | 59.77 | 18.39 | - |
| YUV | 196.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 90 | 0 | 0.07 | 0.59 | 0.13 | 52.67 | 0.66 | 0.61 |
| Hex | DD | CD | 5A | 0 | 7 | 3B | D | 35 | 42 | 3D |
| Octal | 335 | 315 | 132 | 0 | 7 | 73 | 15 | 65 | 102 | 75 |
| Binary | 11011101 | 11001101 | 1011010 | 0 | 111 | 111011 | 1101 | 110101 | 1000010 | 111101 |
Color Harmonies of #DDCD5A
Complementary color
Monochromatic Colors of #DDCD5A
Black with #DDCD5A
Text Example
Text Example
White with #DDCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD5A; }
p { color: rgb(221,205,90); }
H1.HeaderClassName
{
color: #DDCD5A;
}
.AnyTagClassName
{
color: #DDCD5A;
}
</style>
background-color css
<style>
a { background-color: #DDCD5A; }
a { background-color: rgb(221,205,90); }
div.DivClassName
{
background-color: #DDCD5A;
}
.BgClassName
{
background-color: #DDCD5A;
}
</style>
border-color css
<style>
span { border-color: #DDCD5A; }
span { border-color: rgb(221,205,90); }
td.TdClassName
{
border-color: #DDCD5A;
}
.TagClassName
{
border-color: #DDCD5A;
}
</style>