#DACE5A

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

Shades of Manz #DACE5A

Tints of Manz #DACE5A

Color information

#DACE5A (or 0xDACE5A) is unknown color: approx Manz. HEX triplet: DA, CE and 5A. RGB value is (218,206,90). Sum of RGB (Red+Green+Blue) = 218+206+90=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE5A is #2531A5. Grayscale: #C4C4C4. Windows color (decimal): -2437542 or 5951194. OLE color: 5951194.

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

Color convert

RGB21820690-
CMYK00.060.590.15
HSL54.38º63.37%60.39%-
HSV(B)54.38º58.72%85.49%-
XYZ52.8359.7918.43-
YUV196.3667.98143.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 90 (35.55% from 255) = 17.51%
R=42.41%
G=40.08%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182069000.060.590.1554.3863.3760.39
HexDACE5A063BF363f3c
Octal332316132067317667774
Binary1101101011001110101101001101110111111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACE5A; }

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

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

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

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

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

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

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

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