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