#DAE267

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

Shades of Mindaro #DAE267

Tints of Mindaro #DAE267

Color information

#DAE267 (or 0xDAE267) is unknown color: approx Mindaro. HEX triplet: DA, E2 and 67. RGB value is (218,226,103). Sum of RGB (Red+Green+Blue) = 218+226+103=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE267 is #251D98. Grayscale: #D2D2D2. Windows color (decimal): -2432409 or 6808282. OLE color: 6808282.

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

Color convert

RGB218226103-
CMYK0.0400.540.11
HSL63.9º67.96%64.51%-
HSV(B)63.9º54.42%88.63%-
XYZ58.5670.2823.31-
YUV209.5967.85134-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 103 (40.62% from 255) = 18.83%
R=39.85%
G=41.32%
B=18.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261030.0400.540.1163.967.9664.51
HexDAE2674036B404441
Octal332342147406613100104101
Binary1101101011100010110011110001101101011100000010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE267; }

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

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

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

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

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

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

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

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