Shades of Manz #DFCC5B
Tints of Manz #DFCC5B
RGB
CMYK
RGB Variations
Color information
#DFCC5B (or 0xDFCC5B) is known color: Manz. HEX triplet: DF, CC and 5B. RGB value is (223,204,91). Sum of RGB (Red+Green+Blue) = 223+204+91=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC5B is #2033A4. Grayscale: #C5C5C5. Windows color (decimal): -2110373 or 6016223. OLE color: 6016223.
HSL color Cylindrical-coordinate representation of color #DFCC5B: hue angle of 51.36º 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 #DFCC5B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 91 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 51.36º | 0.67% | 0.62% | - |
| HSV(B) | 51.36º | 0.59% | 0.87% | - |
| XYZ | 53.91 | 59.63 | 18.57 | - |
| YUV | 196.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 91 | 0 | 0.09 | 0.59 | 0.13 | 51.36 | 0.67 | 0.62 |
| Hex | DF | CC | 5B | 0 | 9 | 3B | D | 33 | 43 | 3E |
| Octal | 337 | 314 | 133 | 0 | 11 | 73 | 15 | 63 | 103 | 76 |
| Binary | 11011111 | 11001100 | 1011011 | 0 | 1001 | 111011 | 1101 | 110011 | 1000011 | 111110 |
Color Harmonies of #DFCC5B
Complementary color
Monochromatic Colors of #DFCC5B
Black with #DFCC5B
Text Example
Text Example
White with #DFCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC5B; }
p { color: rgb(223,204,91); }
H1.HeaderClassName
{
color: #DFCC5B;
}
.AnyTagClassName
{
color: #DFCC5B;
}
</style>
background-color css
<style>
a { background-color: #DFCC5B; }
a { background-color: rgb(223,204,91); }
div.DivClassName
{
background-color: #DFCC5B;
}
.BgClassName
{
background-color: #DFCC5B;
}
</style>
border-color css
<style>
span { border-color: #DFCC5B; }
span { border-color: rgb(223,204,91); }
td.TdClassName
{
border-color: #DFCC5B;
}
.TagClassName
{
border-color: #DFCC5B;
}
</style>