Shades of Manz #DFE949
Tints of Manz #DFE949
RGB
CMYK
RGB Variations
Color information
#DFE949 (or 0xDFE949) is known color: Manz. HEX triplet: DF, E9 and 49. RGB value is (223,233,73). Sum of RGB (Red+Green+Blue) = 223+233+73=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE949 is #2016B6. Grayscale: #D4D4D4. Windows color (decimal): -2102967 or 4843999. OLE color: 4843999.
HSL color Cylindrical-coordinate representation of color #DFE949: hue angle of 63.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFE949 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 73 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.09 |
| HSL | 63.75º | 0.78% | 0.6% | - |
| HSV(B) | 63.75º | 0.69% | 0.91% | - |
| XYZ | 60.77 | 74.45 | 17.47 | - |
| YUV | 211.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 73 | 0.04 | 0 | 0.69 | 0.09 | 63.75 | 0.78 | 0.6 |
| Hex | DF | E9 | 49 | 4 | 0 | 45 | 9 | 40 | 4E | 3C |
| Octal | 337 | 351 | 111 | 4 | 0 | 105 | 11 | 100 | 116 | 74 |
| Binary | 11011111 | 11101001 | 1001001 | 100 | 0 | 1000101 | 1001 | 1000000 | 1001110 | 111100 |
Color Harmonies of #DFE949
Complementary color
Monochromatic Colors of #DFE949
Black with #DFE949
Text Example
Text Example
White with #DFE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE949; }
p { color: rgb(223,233,73); }
H1.HeaderClassName
{
color: #DFE949;
}
.AnyTagClassName
{
color: #DFE949;
}
</style>
background-color css
<style>
a { background-color: #DFE949; }
a { background-color: rgb(223,233,73); }
div.DivClassName
{
background-color: #DFE949;
}
.BgClassName
{
background-color: #DFE949;
}
</style>
border-color css
<style>
span { border-color: #DFE949; }
span { border-color: rgb(223,233,73); }
td.TdClassName
{
border-color: #DFE949;
}
.TagClassName
{
border-color: #DFE949;
}
</style>