Shades of Manz #DADF5C
Tints of Manz #DADF5C
RGB
CMYK
RGB Variations
Color information
#DADF5C (or 0xDADF5C) is known color: Manz. HEX triplet: DA, DF and 5C. RGB value is (218,223,92). Sum of RGB (Red+Green+Blue) = 218+223+92=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF5C is #2520A3. Grayscale: #CFCFCF. Windows color (decimal): -2433188 or 6086618. OLE color: 6086618.
HSL color Cylindrical-coordinate representation of color #DADF5C: hue angle of 62.29º 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 #DADF5C is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 92 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.13 |
| HSL | 62.29º | 0.67% | 0.62% | - |
| HSV(B) | 62.29º | 0.59% | 0.87% | - |
| XYZ | 57.23 | 68.45 | 20.32 | - |
| YUV | 206.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 92 | 0.02 | 0 | 0.59 | 0.13 | 62.29 | 0.67 | 0.62 |
| Hex | DA | DF | 5C | 2 | 0 | 3B | D | 3E | 43 | 3E |
| Octal | 332 | 337 | 134 | 2 | 0 | 73 | 15 | 76 | 103 | 76 |
| Binary | 11011010 | 11011111 | 1011100 | 10 | 0 | 111011 | 1101 | 111110 | 1000011 | 111110 |
Color Harmonies of #DADF5C
Complementary color
Monochromatic Colors of #DADF5C
Black with #DADF5C
Text Example
Text Example
White with #DADF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF5C; }
p { color: rgb(218,223,92); }
H1.HeaderClassName
{
color: #DADF5C;
}
.AnyTagClassName
{
color: #DADF5C;
}
</style>
background-color css
<style>
a { background-color: #DADF5C; }
a { background-color: rgb(218,223,92); }
div.DivClassName
{
background-color: #DADF5C;
}
.BgClassName
{
background-color: #DADF5C;
}
</style>
border-color css
<style>
span { border-color: #DADF5C; }
span { border-color: rgb(218,223,92); }
td.TdClassName
{
border-color: #DADF5C;
}
.TagClassName
{
border-color: #DADF5C;
}
</style>