Shades of Manz #DDD85C
Tints of Manz #DDD85C
RGB
CMYK
RGB Variations
Color information
#DDD85C (or 0xDDD85C) is known color: Manz. HEX triplet: DD, D8 and 5C. RGB value is (221,216,92). Sum of RGB (Red+Green+Blue) = 221+216+92=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD85C is #2227A3. Grayscale: #CBCBCB. Windows color (decimal): -2238372 or 6084829. OLE color: 6084829.
HSL color Cylindrical-coordinate representation of color #DDD85C: hue angle of 57.67º 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 #DDD85C is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 92 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.13 |
| HSL | 57.67º | 0.65% | 0.61% | - |
| HSV(B) | 57.67º | 0.58% | 0.87% | - |
| XYZ | 56.31 | 65.26 | 19.75 | - |
| YUV | 203.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 92 | 0 | 0.02 | 0.58 | 0.13 | 57.67 | 0.65 | 0.61 |
| Hex | DD | D8 | 5C | 0 | 2 | 3A | D | 3A | 41 | 3D |
| Octal | 335 | 330 | 134 | 0 | 2 | 72 | 15 | 72 | 101 | 75 |
| Binary | 11011101 | 11011000 | 1011100 | 0 | 10 | 111010 | 1101 | 111010 | 1000001 | 111101 |
Color Harmonies of #DDD85C
Complementary color
Monochromatic Colors of #DDD85C
Black with #DDD85C
Text Example
Text Example
White with #DDD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD85C; }
p { color: rgb(221,216,92); }
H1.HeaderClassName
{
color: #DDD85C;
}
.AnyTagClassName
{
color: #DDD85C;
}
</style>
background-color css
<style>
a { background-color: #DDD85C; }
a { background-color: rgb(221,216,92); }
div.DivClassName
{
background-color: #DDD85C;
}
.BgClassName
{
background-color: #DDD85C;
}
</style>
border-color css
<style>
span { border-color: #DDD85C; }
span { border-color: rgb(221,216,92); }
td.TdClassName
{
border-color: #DDD85C;
}
.TagClassName
{
border-color: #DDD85C;
}
</style>