Shades of Manz #DDDA5C
Tints of Manz #DDDA5C
RGB
CMYK
RGB Variations
Color information
#DDDA5C (or 0xDDDA5C) is known color: Manz. HEX triplet: DD, DA and 5C. RGB value is (221,218,92). Sum of RGB (Red+Green+Blue) = 221+218+92=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA5C is #2225A3. Grayscale: #CDCDCD. Windows color (decimal): -2237860 or 6085341. OLE color: 6085341.
HSL color Cylindrical-coordinate representation of color #DDDA5C: hue angle of 58.6º 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 #DDDA5C is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 92 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.13 |
| HSL | 58.6º | 0.65% | 0.61% | - |
| HSV(B) | 58.6º | 0.58% | 0.87% | - |
| XYZ | 56.82 | 66.29 | 19.93 | - |
| YUV | 204.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 92 | 0 | 0.01 | 0.58 | 0.13 | 58.6 | 0.65 | 0.61 |
| Hex | DD | DA | 5C | 0 | 1 | 3A | D | 3B | 41 | 3D |
| Octal | 335 | 332 | 134 | 0 | 1 | 72 | 15 | 73 | 101 | 75 |
| Binary | 11011101 | 11011010 | 1011100 | 0 | 1 | 111010 | 1101 | 111011 | 1000001 | 111101 |
Color Harmonies of #DDDA5C
Complementary color
Monochromatic Colors of #DDDA5C
Black with #DDDA5C
Text Example
Text Example
White with #DDDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA5C; }
p { color: rgb(221,218,92); }
H1.HeaderClassName
{
color: #DDDA5C;
}
.AnyTagClassName
{
color: #DDDA5C;
}
</style>
background-color css
<style>
a { background-color: #DDDA5C; }
a { background-color: rgb(221,218,92); }
div.DivClassName
{
background-color: #DDDA5C;
}
.BgClassName
{
background-color: #DDDA5C;
}
</style>
border-color css
<style>
span { border-color: #DDDA5C; }
span { border-color: rgb(221,218,92); }
td.TdClassName
{
border-color: #DDDA5C;
}
.TagClassName
{
border-color: #DDDA5C;
}
</style>