Shades of Manz #DFCE5B
Tints of Manz #DFCE5B
RGB
CMYK
RGB Variations
Color information
#DFCE5B (or 0xDFCE5B) is known color: Manz. HEX triplet: DF, CE and 5B. RGB value is (223,206,91). Sum of RGB (Red+Green+Blue) = 223+206+91=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE5B is #2031A4. Grayscale: #C6C6C6. Windows color (decimal): -2109861 or 6016735. OLE color: 6016735.
HSL color Cylindrical-coordinate representation of color #DFCE5B: hue angle of 52.27º 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 #DFCE5B is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 91 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.13 |
| HSL | 52.27º | 0.67% | 0.62% | - |
| HSV(B) | 52.27º | 0.59% | 0.87% | - |
| XYZ | 54.39 | 60.59 | 18.73 | - |
| YUV | 197.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 91 | 0 | 0.08 | 0.59 | 0.13 | 52.27 | 0.67 | 0.62 |
| Hex | DF | CE | 5B | 0 | 8 | 3B | D | 34 | 43 | 3E |
| Octal | 337 | 316 | 133 | 0 | 10 | 73 | 15 | 64 | 103 | 76 |
| Binary | 11011111 | 11001110 | 1011011 | 0 | 1000 | 111011 | 1101 | 110100 | 1000011 | 111110 |
Color Harmonies of #DFCE5B
Complementary color
Monochromatic Colors of #DFCE5B
Black with #DFCE5B
Text Example
Text Example
White with #DFCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE5B; }
p { color: rgb(223,206,91); }
H1.HeaderClassName
{
color: #DFCE5B;
}
.AnyTagClassName
{
color: #DFCE5B;
}
</style>
background-color css
<style>
a { background-color: #DFCE5B; }
a { background-color: rgb(223,206,91); }
div.DivClassName
{
background-color: #DFCE5B;
}
.BgClassName
{
background-color: #DFCE5B;
}
</style>
border-color css
<style>
span { border-color: #DFCE5B; }
span { border-color: rgb(223,206,91); }
td.TdClassName
{
border-color: #DFCE5B;
}
.TagClassName
{
border-color: #DFCE5B;
}
</style>