Shades of Manz #DDCF5D
Tints of Manz #DDCF5D
RGB
CMYK
RGB Variations
Color information
#DDCF5D (or 0xDDCF5D) is known color: Manz. HEX triplet: DD, CF and 5D. RGB value is (221,207,93). Sum of RGB (Red+Green+Blue) = 221+207+93=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF5D is #2230A2. Grayscale: #C6C6C6. Windows color (decimal): -2240675 or 6148061. OLE color: 6148061.
HSL color Cylindrical-coordinate representation of color #DDCF5D: hue angle of 53.44º 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 #DDCF5D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 93 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.13 |
| HSL | 53.44º | 0.65% | 0.62% | - |
| HSV(B) | 53.44º | 0.58% | 0.87% | - |
| XYZ | 54.11 | 60.79 | 19.24 | - |
| YUV | 198.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 93 | 0 | 0.06 | 0.58 | 0.13 | 53.44 | 0.65 | 0.62 |
| Hex | DD | CF | 5D | 0 | 6 | 3A | D | 35 | 41 | 3E |
| Octal | 335 | 317 | 135 | 0 | 6 | 72 | 15 | 65 | 101 | 76 |
| Binary | 11011101 | 11001111 | 1011101 | 0 | 110 | 111010 | 1101 | 110101 | 1000001 | 111110 |
Color Harmonies of #DDCF5D
Complementary color
Monochromatic Colors of #DDCF5D
Black with #DDCF5D
Text Example
Text Example
White with #DDCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF5D; }
p { color: rgb(221,207,93); }
H1.HeaderClassName
{
color: #DDCF5D;
}
.AnyTagClassName
{
color: #DDCF5D;
}
</style>
background-color css
<style>
a { background-color: #DDCF5D; }
a { background-color: rgb(221,207,93); }
div.DivClassName
{
background-color: #DDCF5D;
}
.BgClassName
{
background-color: #DDCF5D;
}
</style>
border-color css
<style>
span { border-color: #DDCF5D; }
span { border-color: rgb(221,207,93); }
td.TdClassName
{
border-color: #DDCF5D;
}
.TagClassName
{
border-color: #DDCF5D;
}
</style>