Shades of Manz #DADC5D
Tints of Manz #DADC5D
RGB
CMYK
RGB Variations
Color information
#DADC5D (or 0xDADC5D) is known color: Manz. HEX triplet: DA, DC and 5D. RGB value is (218,220,93). Sum of RGB (Red+Green+Blue) = 218+220+93=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC5D is #2523A2. Grayscale: #CDCDCD. Windows color (decimal): -2433955 or 6151386. OLE color: 6151386.
HSL color Cylindrical-coordinate representation of color #DADC5D: hue angle of 60.94º degrees, saturation: 0.64, 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 #DADC5D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 93 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.14 |
| HSL | 60.94º | 0.64% | 0.61% | - |
| HSV(B) | 60.94º | 0.58% | 0.86% | - |
| XYZ | 56.48 | 66.88 | 20.29 | - |
| YUV | 204.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 93 | 0.01 | 0 | 0.58 | 0.14 | 60.94 | 0.64 | 0.61 |
| Hex | DA | DC | 5D | 1 | 0 | 3A | E | 3D | 40 | 3D |
| Octal | 332 | 334 | 135 | 1 | 0 | 72 | 16 | 75 | 100 | 75 |
| Binary | 11011010 | 11011100 | 1011101 | 1 | 0 | 111010 | 1110 | 111101 | 1000000 | 111101 |
Color Harmonies of #DADC5D
Complementary color
Monochromatic Colors of #DADC5D
Black with #DADC5D
Text Example
Text Example
White with #DADC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC5D; }
p { color: rgb(218,220,93); }
H1.HeaderClassName
{
color: #DADC5D;
}
.AnyTagClassName
{
color: #DADC5D;
}
</style>
background-color css
<style>
a { background-color: #DADC5D; }
a { background-color: rgb(218,220,93); }
div.DivClassName
{
background-color: #DADC5D;
}
.BgClassName
{
background-color: #DADC5D;
}
</style>
border-color css
<style>
span { border-color: #DADC5D; }
span { border-color: rgb(218,220,93); }
td.TdClassName
{
border-color: #DADC5D;
}
.TagClassName
{
border-color: #DADC5D;
}
</style>