#DDEE66

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

Shades of Mindaro #DDEE66

Tints of Mindaro #DDEE66

Color information

#DDEE66 (or 0xDDEE66) is unknown color: approx Mindaro. HEX triplet: DD, EE and 66. RGB value is (221,238,102). Sum of RGB (Red+Green+Blue) = 221+238+102=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE66 is #221199. Grayscale: #D9D9D9. Windows color (decimal): -2232730 or 6745821. OLE color: 6745821.

HSL color Cylindrical-coordinate representation of color #DDEE66: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDEE66 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB221238102-
CMYK0.0700.570.07
HSL67.5º80%66.67%-
HSV(B)67.5º57.14%93.33%-
XYZ62.7977.4824.22-
YUV217.4162.87130.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 102 (40.23% from 255) = 18.18%
R=39.39%
G=42.42%
B=18.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381020.0700.570.0767.58066.67
HexDDEE6670397445043
Octal33535614670717104120103
Binary110111011110111011001101110111001111100010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE66; }

 p { color: rgb(221,238,102); }

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

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

 a { background-color: rgb(221,238,102); }

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

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

 span { border-color: rgb(221,238,102); }

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