Shades of Manz #DFCE5E
Tints of Manz #DFCE5E
RGB
CMYK
RGB Variations
Color information
#DFCE5E (or 0xDFCE5E) is known color: Manz. HEX triplet: DF, CE and 5E. RGB value is (223,206,94). Sum of RGB (Red+Green+Blue) = 223+206+94=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE5E is #2031A1. Grayscale: #C6C6C6. Windows color (decimal): -2109858 or 6213343. OLE color: 6213343.
HSL color Cylindrical-coordinate representation of color #DFCE5E: hue angle of 52.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFCE5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 206 | 94 | - |
CMYK | 0 | 0.08 | 0.58 | 0.13 |
HSL | 52.09º | 0.67% | 0.62% | - |
HSV(B) | 52.09º | 0.58% | 0.87% | - |
XYZ | 54.52 | 60.64 | 19.42 | - |
YUV | 198.32 | 69.13 | 145.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 94 | 0 | 0.08 | 0.58 | 0.13 | 52.09 | 0.67 | 0.62 |
Hex | DF | CE | 5E | 0 | 8 | 3A | D | 34 | 43 | 3E |
Octal | 337 | 316 | 136 | 0 | 10 | 72 | 15 | 64 | 103 | 76 |
Binary | 11011111 | 11001110 | 1011110 | 0 | 1000 | 111010 | 1101 | 110100 | 1000011 | 111110 |
Color Harmonies of #DFCE5E
Complementary color
Monochromatic Colors of #DFCE5E
Black with #DFCE5E
Text Example
Text Example
White with #DFCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE5E; }
p { color: rgb(223,206,94); }
H1.HeaderClassName
{
color: #DFCE5E;
}
.AnyTagClassName
{
color: #DFCE5E;
}
</style>
background-color css
<style>
a { background-color: #DFCE5E; }
a { background-color: rgb(223,206,94); }
div.DivClassName
{
background-color: #DFCE5E;
}
.BgClassName
{
background-color: #DFCE5E;
}
</style>
border-color css
<style>
span { border-color: #DFCE5E; }
span { border-color: rgb(223,206,94); }
td.TdClassName
{
border-color: #DFCE5E;
}
.TagClassName
{
border-color: #DFCE5E;
}
</style>