Shades of Manz #DCCE5C
Tints of Manz #DCCE5C
RGB
CMYK
RGB Variations
Color information
#DCCE5C (or 0xDCCE5C) is known color: Manz. HEX triplet: DC, CE and 5C. RGB value is (220,206,92). Sum of RGB (Red+Green+Blue) = 220+206+92=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5C is #2331A3. Grayscale: #C5C5C5. Windows color (decimal): -2306468 or 6082268. OLE color: 6082268.
HSL color Cylindrical-coordinate representation of color #DCCE5C: hue angle of 53.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCCE5C is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 92 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.14 |
| HSL | 53.44º | 0.65% | 0.61% | - |
| HSV(B) | 53.44º | 0.58% | 0.86% | - |
| XYZ | 53.52 | 60.13 | 18.91 | - |
| YUV | 197.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 92 | 0 | 0.06 | 0.58 | 0.14 | 53.44 | 0.65 | 0.61 |
| Hex | DC | CE | 5C | 0 | 6 | 3A | E | 35 | 41 | 3D |
| Octal | 334 | 316 | 134 | 0 | 6 | 72 | 16 | 65 | 101 | 75 |
| Binary | 11011100 | 11001110 | 1011100 | 0 | 110 | 111010 | 1110 | 110101 | 1000001 | 111101 |
Color Harmonies of #DCCE5C
Complementary color
Monochromatic Colors of #DCCE5C
Black with #DCCE5C
Text Example
Text Example
White with #DCCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE5C; }
p { color: rgb(220,206,92); }
H1.HeaderClassName
{
color: #DCCE5C;
}
.AnyTagClassName
{
color: #DCCE5C;
}
</style>
background-color css
<style>
a { background-color: #DCCE5C; }
a { background-color: rgb(220,206,92); }
div.DivClassName
{
background-color: #DCCE5C;
}
.BgClassName
{
background-color: #DCCE5C;
}
</style>
border-color css
<style>
span { border-color: #DCCE5C; }
span { border-color: rgb(220,206,92); }
td.TdClassName
{
border-color: #DCCE5C;
}
.TagClassName
{
border-color: #DCCE5C;
}
</style>