Shades of Manz #DDD74D
Tints of Manz #DDD74D
RGB
CMYK
RGB Variations
Color information
#DDD74D (or 0xDDD74D) is known color: Manz. HEX triplet: DD, D7 and 4D. RGB value is (221,215,77). Sum of RGB (Red+Green+Blue) = 221+215+77=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD74D is #2228B2. Grayscale: #C9C9C9. Windows color (decimal): -2238643 or 5101533. OLE color: 5101533.
HSL color Cylindrical-coordinate representation of color #DDD74D: hue angle of 57.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDD74D is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 77 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.13 |
| HSL | 57.5º | 0.68% | 0.58% | - |
| HSV(B) | 57.5º | 0.65% | 0.87% | - |
| XYZ | 55.46 | 64.51 | 16.55 | - |
| YUV | 201.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 77 | 0 | 0.03 | 0.65 | 0.13 | 57.5 | 0.68 | 0.58 |
| Hex | DD | D7 | 4D | 0 | 3 | 41 | D | 3A | 44 | 3A |
| Octal | 335 | 327 | 115 | 0 | 3 | 101 | 15 | 72 | 104 | 72 |
| Binary | 11011101 | 11010111 | 1001101 | 0 | 11 | 1000001 | 1101 | 111010 | 1000100 | 111010 |
Color Harmonies of #DDD74D
Complementary color
Monochromatic Colors of #DDD74D
Black with #DDD74D
Text Example
Text Example
White with #DDD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD74D; }
p { color: rgb(221,215,77); }
H1.HeaderClassName
{
color: #DDD74D;
}
.AnyTagClassName
{
color: #DDD74D;
}
</style>
background-color css
<style>
a { background-color: #DDD74D; }
a { background-color: rgb(221,215,77); }
div.DivClassName
{
background-color: #DDD74D;
}
.BgClassName
{
background-color: #DDD74D;
}
</style>
border-color css
<style>
span { border-color: #DDD74D; }
span { border-color: rgb(221,215,77); }
td.TdClassName
{
border-color: #DDD74D;
}
.TagClassName
{
border-color: #DDD74D;
}
</style>