Shades of Manz #DDD64B
Tints of Manz #DDD64B
RGB
CMYK
RGB Variations
Color information
#DDD64B (or 0xDDD64B) is known color: Manz. HEX triplet: DD, D6 and 4B. RGB value is (221,214,75). Sum of RGB (Red+Green+Blue) = 221+214+75=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD64B is #2229B4. Grayscale: #C8C8C8. Windows color (decimal): -2238901 or 4970205. OLE color: 4970205.
HSL color Cylindrical-coordinate representation of color #DDD64B: hue angle of 57.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDD64B is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 75 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.13 |
| HSL | 57.12º | 0.68% | 0.58% | - |
| HSV(B) | 57.12º | 0.66% | 0.87% | - |
| XYZ | 55.14 | 63.97 | 16.1 | - |
| YUV | 200.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 75 | 0 | 0.03 | 0.66 | 0.13 | 57.12 | 0.68 | 0.58 |
| Hex | DD | D6 | 4B | 0 | 3 | 42 | D | 39 | 44 | 3A |
| Octal | 335 | 326 | 113 | 0 | 3 | 102 | 15 | 71 | 104 | 72 |
| Binary | 11011101 | 11010110 | 1001011 | 0 | 11 | 1000010 | 1101 | 111001 | 1000100 | 111010 |
Color Harmonies of #DDD64B
Complementary color
Monochromatic Colors of #DDD64B
Black with #DDD64B
Text Example
Text Example
White with #DDD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD64B; }
p { color: rgb(221,214,75); }
H1.HeaderClassName
{
color: #DDD64B;
}
.AnyTagClassName
{
color: #DDD64B;
}
</style>
background-color css
<style>
a { background-color: #DDD64B; }
a { background-color: rgb(221,214,75); }
div.DivClassName
{
background-color: #DDD64B;
}
.BgClassName
{
background-color: #DDD64B;
}
</style>
border-color css
<style>
span { border-color: #DDD64B; }
span { border-color: rgb(221,214,75); }
td.TdClassName
{
border-color: #DDD64B;
}
.TagClassName
{
border-color: #DDD64B;
}
</style>