Shades of Manz #DDCD5D
Tints of Manz #DDCD5D
RGB
CMYK
RGB Variations
Color information
#DDCD5D (or 0xDDCD5D) is known color: Manz. HEX triplet: DD, CD and 5D. RGB value is (221,205,93). Sum of RGB (Red+Green+Blue) = 221+205+93=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD5D is #2232A2. Grayscale: #C5C5C5. Windows color (decimal): -2241187 or 6147549. OLE color: 6147549.
HSL color Cylindrical-coordinate representation of color #DDCD5D: hue angle of 52.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDCD5D is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 93 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.13 |
| HSL | 52.5º | 0.65% | 0.62% | - |
| HSV(B) | 52.5º | 0.58% | 0.87% | - |
| XYZ | 53.63 | 59.83 | 19.08 | - |
| YUV | 197.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 93 | 0 | 0.07 | 0.58 | 0.13 | 52.5 | 0.65 | 0.62 |
| Hex | DD | CD | 5D | 0 | 7 | 3A | D | 34 | 41 | 3E |
| Octal | 335 | 315 | 135 | 0 | 7 | 72 | 15 | 64 | 101 | 76 |
| Binary | 11011101 | 11001101 | 1011101 | 0 | 111 | 111010 | 1101 | 110100 | 1000001 | 111110 |
Color Harmonies of #DDCD5D
Complementary color
Monochromatic Colors of #DDCD5D
Black with #DDCD5D
Text Example
Text Example
White with #DDCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD5D; }
p { color: rgb(221,205,93); }
H1.HeaderClassName
{
color: #DDCD5D;
}
.AnyTagClassName
{
color: #DDCD5D;
}
</style>
background-color css
<style>
a { background-color: #DDCD5D; }
a { background-color: rgb(221,205,93); }
div.DivClassName
{
background-color: #DDCD5D;
}
.BgClassName
{
background-color: #DDCD5D;
}
</style>
border-color css
<style>
span { border-color: #DDCD5D; }
span { border-color: rgb(221,205,93); }
td.TdClassName
{
border-color: #DDCD5D;
}
.TagClassName
{
border-color: #DDCD5D;
}
</style>