Shades of Manz #DDD84B
Tints of Manz #DDD84B
RGB
CMYK
RGB Variations
Color information
#DDD84B (or 0xDDD84B) is known color: Manz. HEX triplet: DD, D8 and 4B. RGB value is (221,216,75). Sum of RGB (Red+Green+Blue) = 221+216+75=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD84B is #2227B4. Grayscale: #C9C9C9. Windows color (decimal): -2238389 or 4970717. OLE color: 4970717.
HSL color Cylindrical-coordinate representation of color #DDD84B: hue angle of 57.95º 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 #DDD84B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 75 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.13 |
| HSL | 57.95º | 0.68% | 0.58% | - |
| HSV(B) | 57.95º | 0.66% | 0.87% | - |
| XYZ | 55.64 | 64.99 | 16.27 | - |
| YUV | 201.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 75 | 0 | 0.02 | 0.66 | 0.13 | 57.95 | 0.68 | 0.58 |
| Hex | DD | D8 | 4B | 0 | 2 | 42 | D | 3A | 44 | 3A |
| Octal | 335 | 330 | 113 | 0 | 2 | 102 | 15 | 72 | 104 | 72 |
| Binary | 11011101 | 11011000 | 1001011 | 0 | 10 | 1000010 | 1101 | 111010 | 1000100 | 111010 |
Color Harmonies of #DDD84B
Complementary color
Monochromatic Colors of #DDD84B
Black with #DDD84B
Text Example
Text Example
White with #DDD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD84B; }
p { color: rgb(221,216,75); }
H1.HeaderClassName
{
color: #DDD84B;
}
.AnyTagClassName
{
color: #DDD84B;
}
</style>
background-color css
<style>
a { background-color: #DDD84B; }
a { background-color: rgb(221,216,75); }
div.DivClassName
{
background-color: #DDD84B;
}
.BgClassName
{
background-color: #DDD84B;
}
</style>
border-color css
<style>
span { border-color: #DDD84B; }
span { border-color: rgb(221,216,75); }
td.TdClassName
{
border-color: #DDD84B;
}
.TagClassName
{
border-color: #DDD84B;
}
</style>