Shades of Manz #DDD74B
Tints of Manz #DDD74B
RGB
CMYK
RGB Variations
Color information
#DDD74B (or 0xDDD74B) is known color: Manz. HEX triplet: DD, D7 and 4B. RGB value is (221,215,75). Sum of RGB (Red+Green+Blue) = 221+215+75=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD74B is #2228B4. Grayscale: #C9C9C9. Windows color (decimal): -2238645 or 4970461. OLE color: 4970461.
HSL color Cylindrical-coordinate representation of color #DDD74B: hue angle of 57.53º 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 #DDD74B is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 75 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.13 |
| HSL | 57.53º | 0.68% | 0.58% | - |
| HSV(B) | 57.53º | 0.66% | 0.87% | - |
| XYZ | 55.39 | 64.48 | 16.18 | - |
| YUV | 200.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 75 | 0 | 0.03 | 0.66 | 0.13 | 57.53 | 0.68 | 0.58 |
| Hex | DD | D7 | 4B | 0 | 3 | 42 | D | 3A | 44 | 3A |
| Octal | 335 | 327 | 113 | 0 | 3 | 102 | 15 | 72 | 104 | 72 |
| Binary | 11011101 | 11010111 | 1001011 | 0 | 11 | 1000010 | 1101 | 111010 | 1000100 | 111010 |
Color Harmonies of #DDD74B
Complementary color
Monochromatic Colors of #DDD74B
Black with #DDD74B
Text Example
Text Example
White with #DDD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD74B; }
p { color: rgb(221,215,75); }
H1.HeaderClassName
{
color: #DDD74B;
}
.AnyTagClassName
{
color: #DDD74B;
}
</style>
background-color css
<style>
a { background-color: #DDD74B; }
a { background-color: rgb(221,215,75); }
div.DivClassName
{
background-color: #DDD74B;
}
.BgClassName
{
background-color: #DDD74B;
}
</style>
border-color css
<style>
span { border-color: #DDD74B; }
span { border-color: rgb(221,215,75); }
td.TdClassName
{
border-color: #DDD74B;
}
.TagClassName
{
border-color: #DDD74B;
}
</style>