Shades of Manz #DFCE5D
Tints of Manz #DFCE5D
RGB
CMYK
RGB Variations
Color information
#DFCE5D (or 0xDFCE5D) is known color: Manz. HEX triplet: DF, CE and 5D. RGB value is (223,206,93). Sum of RGB (Red+Green+Blue) = 223+206+93=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE5D is #2031A2. Grayscale: #C6C6C6. Windows color (decimal): -2109859 or 6147807. OLE color: 6147807.
HSL color Cylindrical-coordinate representation of color #DFCE5D: hue angle of 52.15º 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 #DFCE5D is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 93 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.13 |
| HSL | 52.15º | 0.67% | 0.62% | - |
| HSV(B) | 52.15º | 0.58% | 0.87% | - |
| XYZ | 54.48 | 60.62 | 19.19 | - |
| YUV | 198.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 93 | 0 | 0.08 | 0.58 | 0.13 | 52.15 | 0.67 | 0.62 |
| Hex | DF | CE | 5D | 0 | 8 | 3A | D | 34 | 43 | 3E |
| Octal | 337 | 316 | 135 | 0 | 10 | 72 | 15 | 64 | 103 | 76 |
| Binary | 11011111 | 11001110 | 1011101 | 0 | 1000 | 111010 | 1101 | 110100 | 1000011 | 111110 |
Color Harmonies of #DFCE5D
Complementary color
Monochromatic Colors of #DFCE5D
Black with #DFCE5D
Text Example
Text Example
White with #DFCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE5D; }
p { color: rgb(223,206,93); }
H1.HeaderClassName
{
color: #DFCE5D;
}
.AnyTagClassName
{
color: #DFCE5D;
}
</style>
background-color css
<style>
a { background-color: #DFCE5D; }
a { background-color: rgb(223,206,93); }
div.DivClassName
{
background-color: #DFCE5D;
}
.BgClassName
{
background-color: #DFCE5D;
}
</style>
border-color css
<style>
span { border-color: #DFCE5D; }
span { border-color: rgb(223,206,93); }
td.TdClassName
{
border-color: #DFCE5D;
}
.TagClassName
{
border-color: #DFCE5D;
}
</style>