Shades of Manz #D6E05C
Tints of Manz #D6E05C
RGB
CMYK
RGB Variations
Color information
#D6E05C (or 0xD6E05C) is known color: Manz. HEX triplet: D6, E0 and 5C. RGB value is (214,224,92). Sum of RGB (Red+Green+Blue) = 214+224+92=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E05C is #291FA3. Grayscale: #CECECE. Windows color (decimal): -2695076 or 6086870. OLE color: 6086870.
HSL color Cylindrical-coordinate representation of color #D6E05C: hue angle of 64.55º degrees, saturation: 0.68, 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 #D6E05C is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 92 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.12 |
| HSL | 64.55º | 0.68% | 0.62% | - |
| HSV(B) | 64.55º | 0.59% | 0.88% | - |
| XYZ | 56.32 | 68.38 | 20.36 | - |
| YUV | 205.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 92 | 0.04 | 0 | 0.59 | 0.12 | 64.55 | 0.68 | 0.62 |
| Hex | D6 | E0 | 5C | 4 | 0 | 3B | C | 41 | 44 | 3E |
| Octal | 326 | 340 | 134 | 4 | 0 | 73 | 14 | 101 | 104 | 76 |
| Binary | 11010110 | 11100000 | 1011100 | 100 | 0 | 111011 | 1100 | 1000001 | 1000100 | 111110 |
Color Harmonies of #D6E05C
Complementary color
Monochromatic Colors of #D6E05C
Black with #D6E05C
Text Example
Text Example
White with #D6E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E05C; }
p { color: rgb(214,224,92); }
H1.HeaderClassName
{
color: #D6E05C;
}
.AnyTagClassName
{
color: #D6E05C;
}
</style>
background-color css
<style>
a { background-color: #D6E05C; }
a { background-color: rgb(214,224,92); }
div.DivClassName
{
background-color: #D6E05C;
}
.BgClassName
{
background-color: #D6E05C;
}
</style>
border-color css
<style>
span { border-color: #D6E05C; }
span { border-color: rgb(214,224,92); }
td.TdClassName
{
border-color: #D6E05C;
}
.TagClassName
{
border-color: #D6E05C;
}
</style>