Shades of Manz #DFDF4B
Tints of Manz #DFDF4B
RGB
CMYK
RGB Variations
Color information
#DFDF4B (or 0xDFDF4B) is known color: Manz. HEX triplet: DF, DF and 4B. RGB value is (223,223,75). Sum of RGB (Red+Green+Blue) = 223+223+75=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF4B is #2020B4. Grayscale: #CECECE. Windows color (decimal): -2105525 or 4972511. OLE color: 4972511.
HSL color Cylindrical-coordinate representation of color #DFDF4B: hue angle of 60º degrees, saturation: 0.7, 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 #DFDF4B is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 75 | - |
| CMYK | 0 | 0 | 0.66 | 0.13 |
| HSL | 60º | 0.7% | 0.58% | - |
| HSV(B) | 60º | 0.66% | 0.87% | - |
| XYZ | 58.09 | 68.97 | 16.91 | - |
| YUV | 206.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 75 | 0 | 0 | 0.66 | 0.13 | 60 | 0.7 | 0.58 |
| Hex | DF | DF | 4B | 0 | 0 | 42 | D | 3C | 46 | 3A |
| Octal | 337 | 337 | 113 | 0 | 0 | 102 | 15 | 74 | 106 | 72 |
| Binary | 11011111 | 11011111 | 1001011 | 0 | 0 | 1000010 | 1101 | 111100 | 1000110 | 111010 |
Color Harmonies of #DFDF4B
Complementary color
Monochromatic Colors of #DFDF4B
Black with #DFDF4B
Text Example
Text Example
White with #DFDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF4B; }
p { color: rgb(223,223,75); }
H1.HeaderClassName
{
color: #DFDF4B;
}
.AnyTagClassName
{
color: #DFDF4B;
}
</style>
background-color css
<style>
a { background-color: #DFDF4B; }
a { background-color: rgb(223,223,75); }
div.DivClassName
{
background-color: #DFDF4B;
}
.BgClassName
{
background-color: #DFDF4B;
}
</style>
border-color css
<style>
span { border-color: #DFDF4B; }
span { border-color: rgb(223,223,75); }
td.TdClassName
{
border-color: #DFDF4B;
}
.TagClassName
{
border-color: #DFDF4B;
}
</style>