Shades of Manz #DAE65B
Tints of Manz #DAE65B
RGB
CMYK
RGB Variations
Color information
#DAE65B (or 0xDAE65B) is known color: Manz. HEX triplet: DA, E6 and 5B. RGB value is (218,230,91). Sum of RGB (Red+Green+Blue) = 218+230+91=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE65B is #2519A4. Grayscale: #D3D3D3. Windows color (decimal): -2431397 or 6022874. OLE color: 6022874.
HSL color Cylindrical-coordinate representation of color #DAE65B: hue angle of 65.18º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE65B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 91 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.10 |
| HSL | 65.18º | 0.74% | 0.63% | - |
| HSV(B) | 65.18º | 0.6% | 0.9% | - |
| XYZ | 59.1 | 72.25 | 20.73 | - |
| YUV | 210.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 91 | 0.05 | 0 | 0.60 | 0.10 | 65.18 | 0.74 | 0.63 |
| Hex | DA | E6 | 5B | 5 | 0 | 3C | A | 41 | 4A | 3F |
| Octal | 332 | 346 | 133 | 5 | 0 | 74 | 12 | 101 | 112 | 77 |
| Binary | 11011010 | 11100110 | 1011011 | 101 | 0 | 111100 | 1010 | 1000001 | 1001010 | 111111 |
Color Harmonies of #DAE65B
Complementary color
Monochromatic Colors of #DAE65B
Black with #DAE65B
Text Example
Text Example
White with #DAE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE65B; }
p { color: rgb(218,230,91); }
H1.HeaderClassName
{
color: #DAE65B;
}
.AnyTagClassName
{
color: #DAE65B;
}
</style>
background-color css
<style>
a { background-color: #DAE65B; }
a { background-color: rgb(218,230,91); }
div.DivClassName
{
background-color: #DAE65B;
}
.BgClassName
{
background-color: #DAE65B;
}
</style>
border-color css
<style>
span { border-color: #DAE65B; }
span { border-color: rgb(218,230,91); }
td.TdClassName
{
border-color: #DAE65B;
}
.TagClassName
{
border-color: #DAE65B;
}
</style>