#DACE5E

Color #DACE5E Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DACE5E

Tints of Manz #DACE5E

Color information

#DACE5E (or 0xDACE5E) is unknown color: approx Manz. HEX triplet: DA, CE and 5E. RGB value is (218,206,94). Sum of RGB (Red+Green+Blue) = 218+206+94=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE5E is #2531A1. Grayscale: #C5C5C5. Windows color (decimal): -2437538 or 6213338. OLE color: 6213338.

HSL color Cylindrical-coordinate representation of color #DACE5E: hue angle of 54.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DACE5E is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21820694-
CMYK00.060.570.15
HSL54.19º62.63%61.18%-
HSV(B)54.19º56.88%85.49%-
XYZ53.0159.8619.35-
YUV196.8269.98143.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 94 (37.11% from 255) = 18.15%
R=42.08%
G=39.77%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182069400.060.570.1554.1962.6361.18
HexDACE5E0639F363f3d
Octal332316136067117667775
Binary1101101011001110101111001101110011111110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE5E; }

 p { color: rgb(218,206,94); }

 H1.HeaderClassName
 {
   color: #DACE5E;
 }
 .AnyTagClassName
 {
   color: #DACE5E;
 }
</style>
background-color css

<style>
 a { background-color: #DACE5E; }

 a { background-color: rgb(218,206,94); }

 div.DivClassName
 {
   background-color: #DACE5E;
 }
 .BgClassName
 {
   background-color: #DACE5E;
 }
</style>
border-color css

<style>
 span { border-color: #DACE5E; }

 span { border-color: rgb(218,206,94); }

 td.TdClassName
 {
   border-color: #DACE5E;
 }
 .TagClassName
 {
   border-color: #DACE5E;
 }
</style>