Shades of Manz #DAE653
Tints of Manz #DAE653
RGB
CMYK
RGB Variations
Color information
#DAE653 (or 0xDAE653) is known color: Manz. HEX triplet: DA, E6 and 53. RGB value is (218,230,83). Sum of RGB (Red+Green+Blue) = 218+230+83=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE653 is #2519AC. Grayscale: #D2D2D2. Windows color (decimal): -2431405 or 5498586. OLE color: 5498586.
HSL color Cylindrical-coordinate representation of color #DAE653: hue angle of 64.9º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE653 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 83 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.10 |
| HSL | 64.9º | 0.75% | 0.61% | - |
| HSV(B) | 64.9º | 0.64% | 0.9% | - |
| XYZ | 58.77 | 72.12 | 19.01 | - |
| YUV | 209.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 83 | 0.05 | 0 | 0.64 | 0.10 | 64.9 | 0.75 | 0.61 |
| Hex | DA | E6 | 53 | 5 | 0 | 40 | A | 41 | 4B | 3D |
| Octal | 332 | 346 | 123 | 5 | 0 | 100 | 12 | 101 | 113 | 75 |
| Binary | 11011010 | 11100110 | 1010011 | 101 | 0 | 1000000 | 1010 | 1000001 | 1001011 | 111101 |
Color Harmonies of #DAE653
Complementary color
Monochromatic Colors of #DAE653
Black with #DAE653
Text Example
Text Example
White with #DAE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE653; }
p { color: rgb(218,230,83); }
H1.HeaderClassName
{
color: #DAE653;
}
.AnyTagClassName
{
color: #DAE653;
}
</style>
background-color css
<style>
a { background-color: #DAE653; }
a { background-color: rgb(218,230,83); }
div.DivClassName
{
background-color: #DAE653;
}
.BgClassName
{
background-color: #DAE653;
}
</style>
border-color css
<style>
span { border-color: #DAE653; }
span { border-color: rgb(218,230,83); }
td.TdClassName
{
border-color: #DAE653;
}
.TagClassName
{
border-color: #DAE653;
}
</style>