Shades of Manz #DFEA4D
Tints of Manz #DFEA4D
RGB
CMYK
RGB Variations
Color information
#DFEA4D (or 0xDFEA4D) is known color: Manz. HEX triplet: DF, EA and 4D. RGB value is (223,234,77). Sum of RGB (Red+Green+Blue) = 223+234+77=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEA4D is #2015B2. Grayscale: #D5D5D5. Windows color (decimal): -2102707 or 5106399. OLE color: 5106399.
HSL color Cylindrical-coordinate representation of color #DFEA4D: hue angle of 64.2º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFEA4D is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 77 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.08 |
| HSL | 64.2º | 0.79% | 0.61% | - |
| HSV(B) | 64.2º | 0.67% | 0.92% | - |
| XYZ | 61.19 | 75.07 | 18.29 | - |
| YUV | 212.81 | 51.36 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 77 | 0.05 | 0 | 0.67 | 0.08 | 64.2 | 0.79 | 0.61 |
| Hex | DF | EA | 4D | 5 | 0 | 43 | 8 | 40 | 4F | 3D |
| Octal | 337 | 352 | 115 | 5 | 0 | 103 | 10 | 100 | 117 | 75 |
| Binary | 11011111 | 11101010 | 1001101 | 101 | 0 | 1000011 | 1000 | 1000000 | 1001111 | 111101 |
Color Harmonies of #DFEA4D
Complementary color
Monochromatic Colors of #DFEA4D
Black with #DFEA4D
Text Example
Text Example
White with #DFEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA4D; }
p { color: rgb(223,234,77); }
H1.HeaderClassName
{
color: #DFEA4D;
}
.AnyTagClassName
{
color: #DFEA4D;
}
</style>
background-color css
<style>
a { background-color: #DFEA4D; }
a { background-color: rgb(223,234,77); }
div.DivClassName
{
background-color: #DFEA4D;
}
.BgClassName
{
background-color: #DFEA4D;
}
</style>
border-color css
<style>
span { border-color: #DFEA4D; }
span { border-color: rgb(223,234,77); }
td.TdClassName
{
border-color: #DFEA4D;
}
.TagClassName
{
border-color: #DFEA4D;
}
</style>