#DAE261

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

Shades of Mindaro #DAE261

Tints of Mindaro #DAE261

Color information

#DAE261 (or 0xDAE261) is unknown color: approx Mindaro. HEX triplet: DA, E2 and 61. RGB value is (218,226,97). Sum of RGB (Red+Green+Blue) = 218+226+97=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE261 is #251D9E. Grayscale: #D1D1D1. Windows color (decimal): -2432415 or 6415066. OLE color: 6415066.

HSL color Cylindrical-coordinate representation of color #DAE261: hue angle of 63.72º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE261 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB21822697-
CMYK0.0400.570.11
HSL63.72º68.98%63.33%-
HSV(B)63.72º57.08%88.63%-
XYZ58.2770.1621.78-
YUV208.964.85134.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 226 (88.67% from 255) = 41.77%
BLUE value IS 97 (38.28% from 255) = 17.93%
R=40.30%
G=41.77%
B=17.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218226970.0400.570.1163.7268.9863.33
HexDAE2614039B40453f
Octal33234214140711310010577
Binary110110101110001011000011000111001101110000001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE261; }

 p { color: rgb(218,226,97); }

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

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

 a { background-color: rgb(218,226,97); }

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

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

 span { border-color: rgb(218,226,97); }

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