Shades of Manz #DFDD5C
Tints of Manz #DFDD5C
RGB
CMYK
RGB Variations
Color information
#DFDD5C (or 0xDFDD5C) is known color: Manz. HEX triplet: DF, DD and 5C. RGB value is (223,221,92). Sum of RGB (Red+Green+Blue) = 223+221+92=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD5C is #2022A3. Grayscale: #CFCFCF. Windows color (decimal): -2106020 or 6086111. OLE color: 6086111.
HSL color Cylindrical-coordinate representation of color #DFDD5C: hue angle of 59.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFDD5C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 92 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 59.08º | 0.67% | 0.62% | - |
| HSV(B) | 59.08º | 0.59% | 0.87% | - |
| XYZ | 58.22 | 68.17 | 20.22 | - |
| YUV | 206.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 92 | 0 | 0.01 | 0.59 | 0.13 | 59.08 | 0.67 | 0.62 |
| Hex | DF | DD | 5C | 0 | 1 | 3B | D | 3B | 43 | 3E |
| Octal | 337 | 335 | 134 | 0 | 1 | 73 | 15 | 73 | 103 | 76 |
| Binary | 11011111 | 11011101 | 1011100 | 0 | 1 | 111011 | 1101 | 111011 | 1000011 | 111110 |
Color Harmonies of #DFDD5C
Complementary color
Monochromatic Colors of #DFDD5C
Black with #DFDD5C
Text Example
Text Example
White with #DFDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD5C; }
p { color: rgb(223,221,92); }
H1.HeaderClassName
{
color: #DFDD5C;
}
.AnyTagClassName
{
color: #DFDD5C;
}
</style>
background-color css
<style>
a { background-color: #DFDD5C; }
a { background-color: rgb(223,221,92); }
div.DivClassName
{
background-color: #DFDD5C;
}
.BgClassName
{
background-color: #DFDD5C;
}
</style>
border-color css
<style>
span { border-color: #DFDD5C; }
span { border-color: rgb(223,221,92); }
td.TdClassName
{
border-color: #DFDD5C;
}
.TagClassName
{
border-color: #DFDD5C;
}
</style>