Shades of Manz #DFDF5C
Tints of Manz #DFDF5C
RGB
CMYK
RGB Variations
Color information
#DFDF5C (or 0xDFDF5C) is known color: Manz. HEX triplet: DF, DF and 5C. RGB value is (223,223,92). Sum of RGB (Red+Green+Blue) = 223+223+92=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF5C is #2020A3. Grayscale: #D0D0D0. Windows color (decimal): -2105508 or 6086623. OLE color: 6086623.
HSL color Cylindrical-coordinate representation of color #DFDF5C: hue angle of 60º 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 #DFDF5C is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 92 | - |
CMYK | 0 | 0 | 0.59 | 0.13 |
HSL | 60º | 0.67% | 0.62% | - |
HSV(B) | 60º | 0.59% | 0.87% | - |
XYZ | 58.75 | 69.24 | 20.39 | - |
YUV | 208.07 | 62.5 | 138.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 92 | 0 | 0 | 0.59 | 0.13 | 60 | 0.67 | 0.62 |
Hex | DF | DF | 5C | 0 | 0 | 3B | D | 3C | 43 | 3E |
Octal | 337 | 337 | 134 | 0 | 0 | 73 | 15 | 74 | 103 | 76 |
Binary | 11011111 | 11011111 | 1011100 | 0 | 0 | 111011 | 1101 | 111100 | 1000011 | 111110 |
Color Harmonies of #DFDF5C
Complementary color
Monochromatic Colors of #DFDF5C
Black with #DFDF5C
Text Example
Text Example
White with #DFDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF5C; }
p { color: rgb(223,223,92); }
H1.HeaderClassName
{
color: #DFDF5C;
}
.AnyTagClassName
{
color: #DFDF5C;
}
</style>
background-color css
<style>
a { background-color: #DFDF5C; }
a { background-color: rgb(223,223,92); }
div.DivClassName
{
background-color: #DFDF5C;
}
.BgClassName
{
background-color: #DFDF5C;
}
</style>
border-color css
<style>
span { border-color: #DFDF5C; }
span { border-color: rgb(223,223,92); }
td.TdClassName
{
border-color: #DFDF5C;
}
.TagClassName
{
border-color: #DFDF5C;
}
</style>