Shades of Manz #DADD58
Tints of Manz #DADD58
RGB
CMYK
RGB Variations
Color information
#DADD58 (or 0xDADD58) is known color: Manz. HEX triplet: DA, DD and 58. RGB value is (218,221,88). Sum of RGB (Red+Green+Blue) = 218+221+88=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD58 is #2522A7. Grayscale: #CDCDCD. Windows color (decimal): -2433704 or 5823962. OLE color: 5823962.
HSL color Cylindrical-coordinate representation of color #DADD58: hue angle of 61.35º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DADD58 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 88 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.13 |
| HSL | 61.35º | 0.66% | 0.61% | - |
| HSV(B) | 61.35º | 0.6% | 0.87% | - |
| XYZ | 56.53 | 67.32 | 19.25 | - |
| YUV | 204.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 88 | 0.01 | 0 | 0.60 | 0.13 | 61.35 | 0.66 | 0.61 |
| Hex | DA | DD | 58 | 1 | 0 | 3C | D | 3D | 42 | 3D |
| Octal | 332 | 335 | 130 | 1 | 0 | 74 | 15 | 75 | 102 | 75 |
| Binary | 11011010 | 11011101 | 1011000 | 1 | 0 | 111100 | 1101 | 111101 | 1000010 | 111101 |
Color Harmonies of #DADD58
Complementary color
Monochromatic Colors of #DADD58
Black with #DADD58
Text Example
Text Example
White with #DADD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD58; }
p { color: rgb(218,221,88); }
H1.HeaderClassName
{
color: #DADD58;
}
.AnyTagClassName
{
color: #DADD58;
}
</style>
background-color css
<style>
a { background-color: #DADD58; }
a { background-color: rgb(218,221,88); }
div.DivClassName
{
background-color: #DADD58;
}
.BgClassName
{
background-color: #DADD58;
}
</style>
border-color css
<style>
span { border-color: #DADD58; }
span { border-color: rgb(218,221,88); }
td.TdClassName
{
border-color: #DADD58;
}
.TagClassName
{
border-color: #DADD58;
}
</style>