Shades of Manz #DFDC4C
Tints of Manz #DFDC4C
RGB
CMYK
RGB Variations
Color information
#DFDC4C (or 0xDFDC4C) is known color: Manz. HEX triplet: DF, DC and 4C. RGB value is (223,220,76). Sum of RGB (Red+Green+Blue) = 223+220+76=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC4C is #2023B3. Grayscale: #CDCDCD. Windows color (decimal): -2106292 or 5037279. OLE color: 5037279.
HSL color Cylindrical-coordinate representation of color #DFDC4C: hue angle of 58.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFDC4C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 76 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 58.78º | 0.7% | 0.59% | - |
| HSV(B) | 58.78º | 0.66% | 0.87% | - |
| XYZ | 57.33 | 67.4 | 16.82 | - |
| YUV | 204.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 76 | 0 | 0.01 | 0.66 | 0.13 | 58.78 | 0.7 | 0.59 |
| Hex | DF | DC | 4C | 0 | 1 | 42 | D | 3B | 46 | 3B |
| Octal | 337 | 334 | 114 | 0 | 1 | 102 | 15 | 73 | 106 | 73 |
| Binary | 11011111 | 11011100 | 1001100 | 0 | 1 | 1000010 | 1101 | 111011 | 1000110 | 111011 |
Color Harmonies of #DFDC4C
Complementary color
Monochromatic Colors of #DFDC4C
Black with #DFDC4C
Text Example
Text Example
White with #DFDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC4C; }
p { color: rgb(223,220,76); }
H1.HeaderClassName
{
color: #DFDC4C;
}
.AnyTagClassName
{
color: #DFDC4C;
}
</style>
background-color css
<style>
a { background-color: #DFDC4C; }
a { background-color: rgb(223,220,76); }
div.DivClassName
{
background-color: #DFDC4C;
}
.BgClassName
{
background-color: #DFDC4C;
}
</style>
border-color css
<style>
span { border-color: #DFDC4C; }
span { border-color: rgb(223,220,76); }
td.TdClassName
{
border-color: #DFDC4C;
}
.TagClassName
{
border-color: #DFDC4C;
}
</style>