Shades of Manz #DCCE5B
Tints of Manz #DCCE5B
RGB
CMYK
RGB Variations
Color information
#DCCE5B (or 0xDCCE5B) is known color: Manz. HEX triplet: DC, CE and 5B. RGB value is (220,206,91). Sum of RGB (Red+Green+Blue) = 220+206+91=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5B is #2331A4. Grayscale: #C5C5C5. Windows color (decimal): -2306469 or 6016732. OLE color: 6016732.
HSL color Cylindrical-coordinate representation of color #DCCE5B: hue angle of 53.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCCE5B is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 91 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.14 |
| HSL | 53.49º | 0.65% | 0.61% | - |
| HSV(B) | 53.49º | 0.59% | 0.86% | - |
| XYZ | 53.47 | 60.11 | 18.68 | - |
| YUV | 197.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 91 | 0 | 0.06 | 0.59 | 0.14 | 53.49 | 0.65 | 0.61 |
| Hex | DC | CE | 5B | 0 | 6 | 3B | E | 35 | 41 | 3D |
| Octal | 334 | 316 | 133 | 0 | 6 | 73 | 16 | 65 | 101 | 75 |
| Binary | 11011100 | 11001110 | 1011011 | 0 | 110 | 111011 | 1110 | 110101 | 1000001 | 111101 |
Color Harmonies of #DCCE5B
Complementary color
Monochromatic Colors of #DCCE5B
Black with #DCCE5B
Text Example
Text Example
White with #DCCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE5B; }
p { color: rgb(220,206,91); }
H1.HeaderClassName
{
color: #DCCE5B;
}
.AnyTagClassName
{
color: #DCCE5B;
}
</style>
background-color css
<style>
a { background-color: #DCCE5B; }
a { background-color: rgb(220,206,91); }
div.DivClassName
{
background-color: #DCCE5B;
}
.BgClassName
{
background-color: #DCCE5B;
}
</style>
border-color css
<style>
span { border-color: #DCCE5B; }
span { border-color: rgb(220,206,91); }
td.TdClassName
{
border-color: #DCCE5B;
}
.TagClassName
{
border-color: #DCCE5B;
}
</style>