Shades of Manz #DAE15C
Tints of Manz #DAE15C
RGB
CMYK
RGB Variations
Color information
#DAE15C (or 0xDAE15C) is known color: Manz. HEX triplet: DA, E1 and 5C. RGB value is (218,225,92). Sum of RGB (Red+Green+Blue) = 218+225+92=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE15C is #251EA3. Grayscale: #D0D0D0. Windows color (decimal): -2432676 or 6087130. OLE color: 6087130.
HSL color Cylindrical-coordinate representation of color #DAE15C: hue angle of 63.16º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE15C is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 92 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.12 |
| HSL | 63.16º | 0.69% | 0.62% | - |
| HSV(B) | 63.16º | 0.59% | 0.88% | - |
| XYZ | 57.77 | 69.53 | 20.5 | - |
| YUV | 207.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 92 | 0.03 | 0 | 0.59 | 0.12 | 63.16 | 0.69 | 0.62 |
| Hex | DA | E1 | 5C | 3 | 0 | 3B | C | 3F | 45 | 3E |
| Octal | 332 | 341 | 134 | 3 | 0 | 73 | 14 | 77 | 105 | 76 |
| Binary | 11011010 | 11100001 | 1011100 | 11 | 0 | 111011 | 1100 | 111111 | 1000101 | 111110 |
Color Harmonies of #DAE15C
Complementary color
Monochromatic Colors of #DAE15C
Black with #DAE15C
Text Example
Text Example
White with #DAE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE15C; }
p { color: rgb(218,225,92); }
H1.HeaderClassName
{
color: #DAE15C;
}
.AnyTagClassName
{
color: #DAE15C;
}
</style>
background-color css
<style>
a { background-color: #DAE15C; }
a { background-color: rgb(218,225,92); }
div.DivClassName
{
background-color: #DAE15C;
}
.BgClassName
{
background-color: #DAE15C;
}
</style>
border-color css
<style>
span { border-color: #DAE15C; }
span { border-color: rgb(218,225,92); }
td.TdClassName
{
border-color: #DAE15C;
}
.TagClassName
{
border-color: #DAE15C;
}
</style>