Shades of Manz #DCDD4F
Tints of Manz #DCDD4F
RGB
CMYK
RGB Variations
Color information
#DCDD4F (or 0xDCDD4F) is known color: Manz. HEX triplet: DC, DD and 4F. RGB value is (220,221,79). Sum of RGB (Red+Green+Blue) = 220+221+79=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD4F is #2322B0. Grayscale: #CDCDCD. Windows color (decimal): -2302641 or 5234140. OLE color: 5234140.
HSL color Cylindrical-coordinate representation of color #DCDD4F: hue angle of 60.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCDD4F is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 79 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.13 |
| HSL | 60.42º | 0.68% | 0.59% | - |
| HSV(B) | 60.42º | 0.64% | 0.87% | - |
| XYZ | 56.78 | 67.49 | 17.43 | - |
| YUV | 204.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 79 | 0.00 | 0 | 0.64 | 0.13 | 60.42 | 0.68 | 0.59 |
| Hex | DC | DD | 4F | 0 | 0 | 40 | D | 3C | 44 | 3B |
| Octal | 334 | 335 | 117 | 0 | 0 | 100 | 15 | 74 | 104 | 73 |
| Binary | 11011100 | 11011101 | 1001111 | 0 | 0 | 1000000 | 1101 | 111100 | 1000100 | 111011 |
Color Harmonies of #DCDD4F
Complementary color
Monochromatic Colors of #DCDD4F
Black with #DCDD4F
Text Example
Text Example
White with #DCDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD4F; }
p { color: rgb(220,221,79); }
H1.HeaderClassName
{
color: #DCDD4F;
}
.AnyTagClassName
{
color: #DCDD4F;
}
</style>
background-color css
<style>
a { background-color: #DCDD4F; }
a { background-color: rgb(220,221,79); }
div.DivClassName
{
background-color: #DCDD4F;
}
.BgClassName
{
background-color: #DCDD4F;
}
</style>
border-color css
<style>
span { border-color: #DCDD4F; }
span { border-color: rgb(220,221,79); }
td.TdClassName
{
border-color: #DCDD4F;
}
.TagClassName
{
border-color: #DCDD4F;
}
</style>