Shades of Manz #DDD74C
Tints of Manz #DDD74C
RGB
CMYK
RGB Variations
Color information
#DDD74C (or 0xDDD74C) is known color: Manz. HEX triplet: DD, D7 and 4C. RGB value is (221,215,76). Sum of RGB (Red+Green+Blue) = 221+215+76=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD74C is #2228B3. Grayscale: #C9C9C9. Windows color (decimal): -2238644 or 5035997. OLE color: 5035997.
HSL color Cylindrical-coordinate representation of color #DDD74C: hue angle of 57.52º 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 #DDD74C is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 76 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.13 |
| HSL | 57.52º | 0.68% | 0.58% | - |
| HSV(B) | 57.52º | 0.66% | 0.87% | - |
| XYZ | 55.42 | 64.49 | 16.37 | - |
| YUV | 200.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 76 | 0 | 0.03 | 0.66 | 0.13 | 57.52 | 0.68 | 0.58 |
| Hex | DD | D7 | 4C | 0 | 3 | 42 | D | 3A | 44 | 3A |
| Octal | 335 | 327 | 114 | 0 | 3 | 102 | 15 | 72 | 104 | 72 |
| Binary | 11011101 | 11010111 | 1001100 | 0 | 11 | 1000010 | 1101 | 111010 | 1000100 | 111010 |
Color Harmonies of #DDD74C
Complementary color
Monochromatic Colors of #DDD74C
Black with #DDD74C
Text Example
Text Example
White with #DDD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD74C; }
p { color: rgb(221,215,76); }
H1.HeaderClassName
{
color: #DDD74C;
}
.AnyTagClassName
{
color: #DDD74C;
}
</style>
background-color css
<style>
a { background-color: #DDD74C; }
a { background-color: rgb(221,215,76); }
div.DivClassName
{
background-color: #DDD74C;
}
.BgClassName
{
background-color: #DDD74C;
}
</style>
border-color css
<style>
span { border-color: #DDD74C; }
span { border-color: rgb(221,215,76); }
td.TdClassName
{
border-color: #DDD74C;
}
.TagClassName
{
border-color: #DDD74C;
}
</style>