Shades of Manz #DAE35B
Tints of Manz #DAE35B
RGB
CMYK
RGB Variations
Color information
#DAE35B (or 0xDAE35B) is known color: Manz. HEX triplet: DA, E3 and 5B. RGB value is (218,227,91). Sum of RGB (Red+Green+Blue) = 218+227+91=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE35B is #251CA4. Grayscale: #D1D1D1. Windows color (decimal): -2432165 or 6022106. OLE color: 6022106.
HSL color Cylindrical-coordinate representation of color #DAE35B: hue angle of 63.97º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE35B is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 227 | 91 | - |
CMYK | 0.04 | 0 | 0.60 | 0.11 |
HSL | 63.97º | 0.71% | 0.62% | - |
HSV(B) | 63.97º | 0.6% | 0.89% | - |
XYZ | 58.27 | 70.6 | 20.45 | - |
YUV | 208.81 | 61.52 | 134.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 227 | 91 | 0.04 | 0 | 0.60 | 0.11 | 63.97 | 0.71 | 0.62 |
Hex | DA | E3 | 5B | 4 | 0 | 3C | B | 40 | 47 | 3E |
Octal | 332 | 343 | 133 | 4 | 0 | 74 | 13 | 100 | 107 | 76 |
Binary | 11011010 | 11100011 | 1011011 | 100 | 0 | 111100 | 1011 | 1000000 | 1000111 | 111110 |
Color Harmonies of #DAE35B
Complementary color
Monochromatic Colors of #DAE35B
Black with #DAE35B
Text Example
Text Example
White with #DAE35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE35B; }
p { color: rgb(218,227,91); }
H1.HeaderClassName
{
color: #DAE35B;
}
.AnyTagClassName
{
color: #DAE35B;
}
</style>
background-color css
<style>
a { background-color: #DAE35B; }
a { background-color: rgb(218,227,91); }
div.DivClassName
{
background-color: #DAE35B;
}
.BgClassName
{
background-color: #DAE35B;
}
</style>
border-color css
<style>
span { border-color: #DAE35B; }
span { border-color: rgb(218,227,91); }
td.TdClassName
{
border-color: #DAE35B;
}
.TagClassName
{
border-color: #DAE35B;
}
</style>