Shades of Manz #DDDF4A
Tints of Manz #DDDF4A
RGB
CMYK
RGB Variations
Color information
#DDDF4A (or 0xDDDF4A) is known color: Manz. HEX triplet: DD, DF and 4A. RGB value is (221,223,74). Sum of RGB (Red+Green+Blue) = 221+223+74=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF4A is #2220B5. Grayscale: #CECECE. Windows color (decimal): -2236598 or 4906973. OLE color: 4906973.
HSL color Cylindrical-coordinate representation of color #DDDF4A: hue angle of 60.81º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDDF4A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 74 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.13 |
| HSL | 60.81º | 0.7% | 0.58% | - |
| HSV(B) | 60.81º | 0.67% | 0.87% | - |
| XYZ | 57.44 | 68.64 | 16.7 | - |
| YUV | 205.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 74 | 0.01 | 0 | 0.67 | 0.13 | 60.81 | 0.7 | 0.58 |
| Hex | DD | DF | 4A | 1 | 0 | 43 | D | 3D | 46 | 3A |
| Octal | 335 | 337 | 112 | 1 | 0 | 103 | 15 | 75 | 106 | 72 |
| Binary | 11011101 | 11011111 | 1001010 | 1 | 0 | 1000011 | 1101 | 111101 | 1000110 | 111010 |
Color Harmonies of #DDDF4A
Complementary color
Monochromatic Colors of #DDDF4A
Black with #DDDF4A
Text Example
Text Example
White with #DDDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF4A; }
p { color: rgb(221,223,74); }
H1.HeaderClassName
{
color: #DDDF4A;
}
.AnyTagClassName
{
color: #DDDF4A;
}
</style>
background-color css
<style>
a { background-color: #DDDF4A; }
a { background-color: rgb(221,223,74); }
div.DivClassName
{
background-color: #DDDF4A;
}
.BgClassName
{
background-color: #DDDF4A;
}
</style>
border-color css
<style>
span { border-color: #DDDF4A; }
span { border-color: rgb(221,223,74); }
td.TdClassName
{
border-color: #DDDF4A;
}
.TagClassName
{
border-color: #DDDF4A;
}
</style>