Shades of Manz #DDD75A
Tints of Manz #DDD75A
RGB
CMYK
RGB Variations
Color information
#DDD75A (or 0xDDD75A) is known color: Manz. HEX triplet: DD, D7 and 5A. RGB value is (221,215,90). Sum of RGB (Red+Green+Blue) = 221+215+90=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75A is #2228A5. Grayscale: #CBCBCB. Windows color (decimal): -2238630 or 5953501. OLE color: 5953501.
HSL color Cylindrical-coordinate representation of color #DDD75A: hue angle of 57.25º 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 #DDD75A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 90 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.13 |
| HSL | 57.25º | 0.66% | 0.61% | - |
| HSV(B) | 57.25º | 0.59% | 0.87% | - |
| XYZ | 55.96 | 64.71 | 19.21 | - |
| YUV | 202.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 90 | 0 | 0.03 | 0.59 | 0.13 | 57.25 | 0.66 | 0.61 |
| Hex | DD | D7 | 5A | 0 | 3 | 3B | D | 39 | 42 | 3D |
| Octal | 335 | 327 | 132 | 0 | 3 | 73 | 15 | 71 | 102 | 75 |
| Binary | 11011101 | 11010111 | 1011010 | 0 | 11 | 111011 | 1101 | 111001 | 1000010 | 111101 |
Color Harmonies of #DDD75A
Complementary color
Monochromatic Colors of #DDD75A
Black with #DDD75A
Text Example
Text Example
White with #DDD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD75A; }
p { color: rgb(221,215,90); }
H1.HeaderClassName
{
color: #DDD75A;
}
.AnyTagClassName
{
color: #DDD75A;
}
</style>
background-color css
<style>
a { background-color: #DDD75A; }
a { background-color: rgb(221,215,90); }
div.DivClassName
{
background-color: #DDD75A;
}
.BgClassName
{
background-color: #DDD75A;
}
</style>
border-color css
<style>
span { border-color: #DDD75A; }
span { border-color: rgb(221,215,90); }
td.TdClassName
{
border-color: #DDD75A;
}
.TagClassName
{
border-color: #DDD75A;
}
</style>