Shades of Manz #DCDD4B
Tints of Manz #DCDD4B
RGB
CMYK
RGB Variations
Color information
#DCDD4B (or 0xDCDD4B) is known color: Manz. HEX triplet: DC, DD and 4B. RGB value is (220,221,75). Sum of RGB (Red+Green+Blue) = 220+221+75=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD4B is #2322B4. Grayscale: #CCCCCC. Windows color (decimal): -2302645 or 4971996. OLE color: 4971996.
HSL color Cylindrical-coordinate representation of color #DCDD4B: hue angle of 60.41º 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 #DCDD4B is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 75 | - |
| CMYK | 0.00 | 0 | 0.66 | 0.13 |
| HSL | 60.41º | 0.68% | 0.58% | - |
| HSV(B) | 60.41º | 0.66% | 0.87% | - |
| XYZ | 56.64 | 67.44 | 16.69 | - |
| YUV | 204.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 75 | 0.00 | 0 | 0.66 | 0.13 | 60.41 | 0.68 | 0.58 |
| Hex | DC | DD | 4B | 0 | 0 | 42 | D | 3C | 44 | 3A |
| Octal | 334 | 335 | 113 | 0 | 0 | 102 | 15 | 74 | 104 | 72 |
| Binary | 11011100 | 11011101 | 1001011 | 0 | 0 | 1000010 | 1101 | 111100 | 1000100 | 111010 |
Color Harmonies of #DCDD4B
Complementary color
Monochromatic Colors of #DCDD4B
Black with #DCDD4B
Text Example
Text Example
White with #DCDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD4B; }
p { color: rgb(220,221,75); }
H1.HeaderClassName
{
color: #DCDD4B;
}
.AnyTagClassName
{
color: #DCDD4B;
}
</style>
background-color css
<style>
a { background-color: #DCDD4B; }
a { background-color: rgb(220,221,75); }
div.DivClassName
{
background-color: #DCDD4B;
}
.BgClassName
{
background-color: #DCDD4B;
}
</style>
border-color css
<style>
span { border-color: #DCDD4B; }
span { border-color: rgb(220,221,75); }
td.TdClassName
{
border-color: #DCDD4B;
}
.TagClassName
{
border-color: #DCDD4B;
}
</style>