Shades of Manz #DADF5B
Tints of Manz #DADF5B
RGB
CMYK
RGB Variations
Color information
#DADF5B (or 0xDADF5B) is known color: Manz. HEX triplet: DA, DF and 5B. RGB value is (218,223,91). Sum of RGB (Red+Green+Blue) = 218+223+91=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF5B is #2520A4. Grayscale: #CECECE. Windows color (decimal): -2433189 or 6021082. OLE color: 6021082.
HSL color Cylindrical-coordinate representation of color #DADF5B: hue angle of 62.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 #DADF5B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 91 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.13 |
| HSL | 62.27º | 0.67% | 0.62% | - |
| HSV(B) | 62.27º | 0.59% | 0.87% | - |
| XYZ | 57.19 | 68.44 | 20.09 | - |
| YUV | 206.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 91 | 0.02 | 0 | 0.59 | 0.13 | 62.27 | 0.67 | 0.62 |
| Hex | DA | DF | 5B | 2 | 0 | 3B | D | 3E | 43 | 3E |
| Octal | 332 | 337 | 133 | 2 | 0 | 73 | 15 | 76 | 103 | 76 |
| Binary | 11011010 | 11011111 | 1011011 | 10 | 0 | 111011 | 1101 | 111110 | 1000011 | 111110 |
Color Harmonies of #DADF5B
Complementary color
Monochromatic Colors of #DADF5B
Black with #DADF5B
Text Example
Text Example
White with #DADF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF5B; }
p { color: rgb(218,223,91); }
H1.HeaderClassName
{
color: #DADF5B;
}
.AnyTagClassName
{
color: #DADF5B;
}
</style>
background-color css
<style>
a { background-color: #DADF5B; }
a { background-color: rgb(218,223,91); }
div.DivClassName
{
background-color: #DADF5B;
}
.BgClassName
{
background-color: #DADF5B;
}
</style>
border-color css
<style>
span { border-color: #DADF5B; }
span { border-color: rgb(218,223,91); }
td.TdClassName
{
border-color: #DADF5B;
}
.TagClassName
{
border-color: #DADF5B;
}
</style>