Shades of Manz #DCDF5B
Tints of Manz #DCDF5B
RGB
CMYK
RGB Variations
Color information
#DCDF5B (or 0xDCDF5B) is known color: Manz. HEX triplet: DC, DF and 5B. RGB value is (220,223,91). Sum of RGB (Red+Green+Blue) = 220+223+91=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF5B is #2320A4. Grayscale: #CFCFCF. Windows color (decimal): -2302117 or 6021084. OLE color: 6021084.
HSL color Cylindrical-coordinate representation of color #DCDF5B: hue angle of 61.36º 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 #DCDF5B is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 91 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.13 |
| HSL | 61.36º | 0.67% | 0.62% | - |
| HSV(B) | 61.36º | 0.59% | 0.87% | - |
| XYZ | 57.79 | 68.75 | 20.12 | - |
| YUV | 207.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 91 | 0.01 | 0 | 0.59 | 0.13 | 61.36 | 0.67 | 0.62 |
| Hex | DC | DF | 5B | 1 | 0 | 3B | D | 3D | 43 | 3E |
| Octal | 334 | 337 | 133 | 1 | 0 | 73 | 15 | 75 | 103 | 76 |
| Binary | 11011100 | 11011111 | 1011011 | 1 | 0 | 111011 | 1101 | 111101 | 1000011 | 111110 |
Color Harmonies of #DCDF5B
Complementary color
Monochromatic Colors of #DCDF5B
Black with #DCDF5B
Text Example
Text Example
White with #DCDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF5B; }
p { color: rgb(220,223,91); }
H1.HeaderClassName
{
color: #DCDF5B;
}
.AnyTagClassName
{
color: #DCDF5B;
}
</style>
background-color css
<style>
a { background-color: #DCDF5B; }
a { background-color: rgb(220,223,91); }
div.DivClassName
{
background-color: #DCDF5B;
}
.BgClassName
{
background-color: #DCDF5B;
}
</style>
border-color css
<style>
span { border-color: #DCDF5B; }
span { border-color: rgb(220,223,91); }
td.TdClassName
{
border-color: #DCDF5B;
}
.TagClassName
{
border-color: #DCDF5B;
}
</style>