Shades of Manz #DDD34F
Tints of Manz #DDD34F
RGB
CMYK
RGB Variations
Color information
#DDD34F (or 0xDDD34F) is known color: Manz. HEX triplet: DD, D3 and 4F. RGB value is (221,211,79). Sum of RGB (Red+Green+Blue) = 221+211+79=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD34F is #222CB0. Grayscale: #C7C7C7. Windows color (decimal): -2239665 or 5231581. OLE color: 5231581.
HSL color Cylindrical-coordinate representation of color #DDD34F: hue angle of 55.77º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDD34F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 79 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.13 |
| HSL | 55.77º | 0.68% | 0.59% | - |
| HSV(B) | 55.77º | 0.64% | 0.87% | - |
| XYZ | 54.52 | 62.53 | 16.59 | - |
| YUV | 198.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 79 | 0 | 0.05 | 0.64 | 0.13 | 55.77 | 0.68 | 0.59 |
| Hex | DD | D3 | 4F | 0 | 5 | 40 | D | 38 | 44 | 3B |
| Octal | 335 | 323 | 117 | 0 | 5 | 100 | 15 | 70 | 104 | 73 |
| Binary | 11011101 | 11010011 | 1001111 | 0 | 101 | 1000000 | 1101 | 111000 | 1000100 | 111011 |
Color Harmonies of #DDD34F
Complementary color
Monochromatic Colors of #DDD34F
Black with #DDD34F
Text Example
Text Example
White with #DDD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD34F; }
p { color: rgb(221,211,79); }
H1.HeaderClassName
{
color: #DDD34F;
}
.AnyTagClassName
{
color: #DDD34F;
}
</style>
background-color css
<style>
a { background-color: #DDD34F; }
a { background-color: rgb(221,211,79); }
div.DivClassName
{
background-color: #DDD34F;
}
.BgClassName
{
background-color: #DDD34F;
}
</style>
border-color css
<style>
span { border-color: #DDD34F; }
span { border-color: rgb(221,211,79); }
td.TdClassName
{
border-color: #DDD34F;
}
.TagClassName
{
border-color: #DDD34F;
}
</style>