Shades of Manz #DDD75B
Tints of Manz #DDD75B
RGB
CMYK
RGB Variations
Color information
#DDD75B (or 0xDDD75B) is known color: Manz. HEX triplet: DD, D7 and 5B. RGB value is (221,215,91). Sum of RGB (Red+Green+Blue) = 221+215+91=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75B is #2228A4. Grayscale: #CBCBCB. Windows color (decimal): -2238629 or 6019037. OLE color: 6019037.
HSL color Cylindrical-coordinate representation of color #DDD75B: hue angle of 57.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDD75B is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 91 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.13 |
| HSL | 57.23º | 0.66% | 0.61% | - |
| HSV(B) | 57.23º | 0.59% | 0.87% | - |
| XYZ | 56.01 | 64.73 | 19.44 | - |
| YUV | 202.66 | 64.99 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 91 | 0 | 0.03 | 0.59 | 0.13 | 57.23 | 0.66 | 0.61 |
| Hex | DD | D7 | 5B | 0 | 3 | 3B | D | 39 | 42 | 3D |
| Octal | 335 | 327 | 133 | 0 | 3 | 73 | 15 | 71 | 102 | 75 |
| Binary | 11011101 | 11010111 | 1011011 | 0 | 11 | 111011 | 1101 | 111001 | 1000010 | 111101 |
Color Harmonies of #DDD75B
Complementary color
Monochromatic Colors of #DDD75B
Black with #DDD75B
Text Example
Text Example
White with #DDD75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD75B; }
p { color: rgb(221,215,91); }
H1.HeaderClassName
{
color: #DDD75B;
}
.AnyTagClassName
{
color: #DDD75B;
}
</style>
background-color css
<style>
a { background-color: #DDD75B; }
a { background-color: rgb(221,215,91); }
div.DivClassName
{
background-color: #DDD75B;
}
.BgClassName
{
background-color: #DDD75B;
}
</style>
border-color css
<style>
span { border-color: #DDD75B; }
span { border-color: rgb(221,215,91); }
td.TdClassName
{
border-color: #DDD75B;
}
.TagClassName
{
border-color: #DDD75B;
}
</style>