Shades of Manz #DFDC4B
Tints of Manz #DFDC4B
RGB
CMYK
RGB Variations
Color information
#DFDC4B (or 0xDFDC4B) is known color: Manz. HEX triplet: DF, DC and 4B. RGB value is (223,220,75). Sum of RGB (Red+Green+Blue) = 223+220+75=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC4B is #2023B4. Grayscale: #CCCCCC. Windows color (decimal): -2106293 or 4971743. OLE color: 4971743.
HSL color Cylindrical-coordinate representation of color #DFDC4B: hue angle of 58.78º 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 #DFDC4B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 75 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.13 |
| HSL | 58.78º | 0.7% | 0.58% | - |
| HSV(B) | 58.78º | 0.66% | 0.87% | - |
| XYZ | 57.29 | 67.38 | 16.64 | - |
| YUV | 204.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 75 | 0 | 0.01 | 0.66 | 0.13 | 58.78 | 0.7 | 0.58 |
| Hex | DF | DC | 4B | 0 | 1 | 42 | D | 3B | 46 | 3A |
| Octal | 337 | 334 | 113 | 0 | 1 | 102 | 15 | 73 | 106 | 72 |
| Binary | 11011111 | 11011100 | 1001011 | 0 | 1 | 1000010 | 1101 | 111011 | 1000110 | 111010 |
Color Harmonies of #DFDC4B
Complementary color
Monochromatic Colors of #DFDC4B
Black with #DFDC4B
Text Example
Text Example
White with #DFDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC4B; }
p { color: rgb(223,220,75); }
H1.HeaderClassName
{
color: #DFDC4B;
}
.AnyTagClassName
{
color: #DFDC4B;
}
</style>
background-color css
<style>
a { background-color: #DFDC4B; }
a { background-color: rgb(223,220,75); }
div.DivClassName
{
background-color: #DFDC4B;
}
.BgClassName
{
background-color: #DFDC4B;
}
</style>
border-color css
<style>
span { border-color: #DFDC4B; }
span { border-color: rgb(223,220,75); }
td.TdClassName
{
border-color: #DFDC4B;
}
.TagClassName
{
border-color: #DFDC4B;
}
</style>