#DAED84

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

Shades of Mindaro #DAED84

Tints of Mindaro #DAED84

Color information

#DAED84 (or 0xDAED84) is unknown color: approx Mindaro. HEX triplet: DA, ED and 84. RGB value is (218,237,132). Sum of RGB (Red+Green+Blue) = 218+237+132=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED84 is #25127B. Grayscale: #DBDBDB. Windows color (decimal): -2429564 or 8711642. OLE color: 8711642.

HSL color Cylindrical-coordinate representation of color #DAED84: hue angle of 70.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAED84 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB218237132-
CMYK0.0800.440.07
HSL70.86º74.47%72.35%-
HSV(B)70.86º44.3%92.94%-
XYZ63.3677.1433.38-
YUV219.3578.71127.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 132 (51.95% from 255) = 22.49%
R=37.14%
G=40.37%
B=22.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371320.0800.440.0770.8674.4772.35
HexDAED84802C7474a48
Octal332355204100547107112110
Binary11011010111011011000010010000101100111100011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED84; }

 p { color: rgb(218,237,132); }

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

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

 a { background-color: rgb(218,237,132); }

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

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

 span { border-color: rgb(218,237,132); }

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