#DAED81

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

Shades of Mindaro #DAED81

Tints of Mindaro #DAED81

Color information

#DAED81 (or 0xDAED81) is unknown color: approx Mindaro. HEX triplet: DA, ED and 81. RGB value is (218,237,129). Sum of RGB (Red+Green+Blue) = 218+237+129=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAED81 is #25127E. Grayscale: #DBDBDB. Windows color (decimal): -2429567 or 8515034. OLE color: 8515034.

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

Color convert

RGB218237129-
CMYK0.0800.460.07
HSL70.56º75%71.76%-
HSV(B)70.56º45.57%92.94%-
XYZ63.1677.0632.31-
YUV219.0177.21127.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 237 (92.97% from 255) = 40.58%
BLUE value IS 129 (50.78% from 255) = 22.09%
R=37.33%
G=40.58%
B=22.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182371290.0800.460.0770.567571.76
HexDAED81802E7474b48
Octal332355201100567107113110
Binary11011010111011011000000110000101110111100011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED81; }

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

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

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

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

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

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

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

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