Shades of Manz #DDCE5C
Tints of Manz #DDCE5C
RGB
CMYK
RGB Variations
Color information
#DDCE5C (or 0xDDCE5C) is known color: Manz. HEX triplet: DD, CE and 5C. RGB value is (221,206,92). Sum of RGB (Red+Green+Blue) = 221+206+92=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE5C is #2231A3. Grayscale: #C5C5C5. Windows color (decimal): -2240932 or 6082269. OLE color: 6082269.
HSL color Cylindrical-coordinate representation of color #DDCE5C: hue angle of 53.02º 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 #DDCE5C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 92 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.13 |
| HSL | 53.02º | 0.65% | 0.61% | - |
| HSV(B) | 53.02º | 0.58% | 0.87% | - |
| XYZ | 53.82 | 60.29 | 18.93 | - |
| YUV | 197.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 92 | 0 | 0.07 | 0.58 | 0.13 | 53.02 | 0.65 | 0.61 |
| Hex | DD | CE | 5C | 0 | 7 | 3A | D | 35 | 41 | 3D |
| Octal | 335 | 316 | 134 | 0 | 7 | 72 | 15 | 65 | 101 | 75 |
| Binary | 11011101 | 11001110 | 1011100 | 0 | 111 | 111010 | 1101 | 110101 | 1000001 | 111101 |
Color Harmonies of #DDCE5C
Complementary color
Monochromatic Colors of #DDCE5C
Black with #DDCE5C
Text Example
Text Example
White with #DDCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE5C; }
p { color: rgb(221,206,92); }
H1.HeaderClassName
{
color: #DDCE5C;
}
.AnyTagClassName
{
color: #DDCE5C;
}
</style>
background-color css
<style>
a { background-color: #DDCE5C; }
a { background-color: rgb(221,206,92); }
div.DivClassName
{
background-color: #DDCE5C;
}
.BgClassName
{
background-color: #DDCE5C;
}
</style>
border-color css
<style>
span { border-color: #DDCE5C; }
span { border-color: rgb(221,206,92); }
td.TdClassName
{
border-color: #DDCE5C;
}
.TagClassName
{
border-color: #DDCE5C;
}
</style>