Shades of Manz #DDD75C
Tints of Manz #DDD75C
RGB
CMYK
RGB Variations
Color information
#DDD75C (or 0xDDD75C) is known color: Manz. HEX triplet: DD, D7 and 5C. RGB value is (221,215,92). Sum of RGB (Red+Green+Blue) = 221+215+92=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75C is #2228A3. Grayscale: #CBCBCB. Windows color (decimal): -2238628 or 6084573. OLE color: 6084573.
HSL color Cylindrical-coordinate representation of color #DDD75C: hue angle of 57.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDD75C is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 92 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.13 |
| HSL | 57.21º | 0.65% | 0.61% | - |
| HSV(B) | 57.21º | 0.58% | 0.87% | - |
| XYZ | 56.05 | 64.75 | 19.67 | - |
| YUV | 202.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 92 | 0 | 0.03 | 0.58 | 0.13 | 57.21 | 0.65 | 0.61 |
| Hex | DD | D7 | 5C | 0 | 3 | 3A | D | 39 | 41 | 3D |
| Octal | 335 | 327 | 134 | 0 | 3 | 72 | 15 | 71 | 101 | 75 |
| Binary | 11011101 | 11010111 | 1011100 | 0 | 11 | 111010 | 1101 | 111001 | 1000001 | 111101 |
Color Harmonies of #DDD75C
Complementary color
Monochromatic Colors of #DDD75C
Black with #DDD75C
Text Example
Text Example
White with #DDD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD75C; }
p { color: rgb(221,215,92); }
H1.HeaderClassName
{
color: #DDD75C;
}
.AnyTagClassName
{
color: #DDD75C;
}
</style>
background-color css
<style>
a { background-color: #DDD75C; }
a { background-color: rgb(221,215,92); }
div.DivClassName
{
background-color: #DDD75C;
}
.BgClassName
{
background-color: #DDD75C;
}
</style>
border-color css
<style>
span { border-color: #DDD75C; }
span { border-color: rgb(221,215,92); }
td.TdClassName
{
border-color: #DDD75C;
}
.TagClassName
{
border-color: #DDD75C;
}
</style>