Shades of Manz #DDD05C
Tints of Manz #DDD05C
RGB
CMYK
RGB Variations
Color information
#DDD05C (or 0xDDD05C) is known color: Manz. HEX triplet: DD, D0 and 5C. RGB value is (221,208,92). Sum of RGB (Red+Green+Blue) = 221+208+92=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD05C is #222FA3. Grayscale: #C7C7C7. Windows color (decimal): -2240420 or 6082781. OLE color: 6082781.
HSL color Cylindrical-coordinate representation of color #DDD05C: hue angle of 53.95º 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 #DDD05C is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 92 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.13 |
| HSL | 53.95º | 0.65% | 0.61% | - |
| HSV(B) | 53.95º | 0.58% | 0.87% | - |
| XYZ | 54.31 | 61.26 | 19.09 | - |
| YUV | 198.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 92 | 0 | 0.06 | 0.58 | 0.13 | 53.95 | 0.65 | 0.61 |
| Hex | DD | D0 | 5C | 0 | 6 | 3A | D | 36 | 41 | 3D |
| Octal | 335 | 320 | 134 | 0 | 6 | 72 | 15 | 66 | 101 | 75 |
| Binary | 11011101 | 11010000 | 1011100 | 0 | 110 | 111010 | 1101 | 110110 | 1000001 | 111101 |
Color Harmonies of #DDD05C
Complementary color
Monochromatic Colors of #DDD05C
Black with #DDD05C
Text Example
Text Example
White with #DDD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD05C; }
p { color: rgb(221,208,92); }
H1.HeaderClassName
{
color: #DDD05C;
}
.AnyTagClassName
{
color: #DDD05C;
}
</style>
background-color css
<style>
a { background-color: #DDD05C; }
a { background-color: rgb(221,208,92); }
div.DivClassName
{
background-color: #DDD05C;
}
.BgClassName
{
background-color: #DDD05C;
}
</style>
border-color css
<style>
span { border-color: #DDD05C; }
span { border-color: rgb(221,208,92); }
td.TdClassName
{
border-color: #DDD05C;
}
.TagClassName
{
border-color: #DDD05C;
}
</style>