Shades of Manz #DFDF5B
Tints of Manz #DFDF5B
RGB
CMYK
RGB Variations
Color information
#DFDF5B (or 0xDFDF5B) is known color: Manz. HEX triplet: DF, DF and 5B. RGB value is (223,223,91). Sum of RGB (Red+Green+Blue) = 223+223+91=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF5B is #2020A4. Grayscale: #D0D0D0. Windows color (decimal): -2105509 or 6021087. OLE color: 6021087.
HSL color Cylindrical-coordinate representation of color #DFDF5B: 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 #DFDF5B is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 91 | - |
CMYK | 0 | 0 | 0.59 | 0.13 |
HSL | 60º | 0.67% | 0.62% | - |
HSV(B) | 60º | 0.59% | 0.87% | - |
XYZ | 58.71 | 69.22 | 20.16 | - |
YUV | 207.95 | 62 | 138.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 91 | 0 | 0 | 0.59 | 0.13 | 60 | 0.67 | 0.62 |
Hex | DF | DF | 5B | 0 | 0 | 3B | D | 3C | 43 | 3E |
Octal | 337 | 337 | 133 | 0 | 0 | 73 | 15 | 74 | 103 | 76 |
Binary | 11011111 | 11011111 | 1011011 | 0 | 0 | 111011 | 1101 | 111100 | 1000011 | 111110 |
Color Harmonies of #DFDF5B
Complementary color
Monochromatic Colors of #DFDF5B
Black with #DFDF5B
Text Example
Text Example
White with #DFDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF5B; }
p { color: rgb(223,223,91); }
H1.HeaderClassName
{
color: #DFDF5B;
}
.AnyTagClassName
{
color: #DFDF5B;
}
</style>
background-color css
<style>
a { background-color: #DFDF5B; }
a { background-color: rgb(223,223,91); }
div.DivClassName
{
background-color: #DFDF5B;
}
.BgClassName
{
background-color: #DFDF5B;
}
</style>
border-color css
<style>
span { border-color: #DFDF5B; }
span { border-color: rgb(223,223,91); }
td.TdClassName
{
border-color: #DFDF5B;
}
.TagClassName
{
border-color: #DFDF5B;
}
</style>