#DDE46B

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

Shades of Mindaro #DDE46B

Tints of Mindaro #DDE46B

Color information

#DDE46B (or 0xDDE46B) is unknown color: approx Mindaro. HEX triplet: DD, E4 and 6B. RGB value is (221,228,107). Sum of RGB (Red+Green+Blue) = 221+228+107=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE46B is #221B94. Grayscale: #D4D4D4. Windows color (decimal): -2235285 or 7070941. OLE color: 7070941.

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

Color convert

RGB221228107-
CMYK0.0300.530.11
HSL63.47º69.14%65.69%-
HSV(B)63.47º53.07%89.41%-
XYZ60.2271.9224.62-
YUV212.1168.68134.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 107 (42.19% from 255) = 19.24%
R=39.75%
G=41.01%
B=19.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281070.0300.530.1163.4769.1465.69
HexDDE46B3035B3f4542
Octal33534415330651377105102
Binary11011101111001001101011110110101101111111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE46B; }

 p { color: rgb(221,228,107); }

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

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

 a { background-color: rgb(221,228,107); }

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

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

 span { border-color: rgb(221,228,107); }

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