Shades of Manz #DFDD4B
Tints of Manz #DFDD4B
RGB
CMYK
RGB Variations
Color information
#DFDD4B (or 0xDFDD4B) is known color: Manz. HEX triplet: DF, DD and 4B. RGB value is (223,221,75). Sum of RGB (Red+Green+Blue) = 223+221+75=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDD4B is #2022B4. Grayscale: #CDCDCD. Windows color (decimal): -2106037 or 4971999. OLE color: 4971999.
HSL color Cylindrical-coordinate representation of color #DFDD4B: hue angle of 59.19º 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 #DFDD4B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 75 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 59.19º | 0.7% | 0.58% | - |
| HSV(B) | 59.19º | 0.66% | 0.87% | - |
| XYZ | 57.56 | 67.91 | 16.73 | - |
| YUV | 204.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 75 | 0 | 0.01 | 0.66 | 0.13 | 59.19 | 0.7 | 0.58 |
| Hex | DF | DD | 4B | 0 | 1 | 42 | D | 3B | 46 | 3A |
| Octal | 337 | 335 | 113 | 0 | 1 | 102 | 15 | 73 | 106 | 72 |
| Binary | 11011111 | 11011101 | 1001011 | 0 | 1 | 1000010 | 1101 | 111011 | 1000110 | 111010 |
Color Harmonies of #DFDD4B
Complementary color
Monochromatic Colors of #DFDD4B
Black with #DFDD4B
Text Example
Text Example
White with #DFDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD4B; }
p { color: rgb(223,221,75); }
H1.HeaderClassName
{
color: #DFDD4B;
}
.AnyTagClassName
{
color: #DFDD4B;
}
</style>
background-color css
<style>
a { background-color: #DFDD4B; }
a { background-color: rgb(223,221,75); }
div.DivClassName
{
background-color: #DFDD4B;
}
.BgClassName
{
background-color: #DFDD4B;
}
</style>
border-color css
<style>
span { border-color: #DFDD4B; }
span { border-color: rgb(223,221,75); }
td.TdClassName
{
border-color: #DFDD4B;
}
.TagClassName
{
border-color: #DFDD4B;
}
</style>