#DDE44B

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

Shades of Manz #DDE44B

Tints of Manz #DDE44B

Color information

#DDE44B (or 0xDDE44B) is unknown color: approx Manz. HEX triplet: DD, E4 and 4B. RGB value is (221,228,75). Sum of RGB (Red+Green+Blue) = 221+228+75=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE44B is #221BB4. Grayscale: #D1D1D1. Windows color (decimal): -2235317 or 4973789. OLE color: 4973789.

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

Color convert

RGB22122875-
CMYK0.0300.670.11
HSL62.75º73.91%59.41%-
HSV(B)62.75º67.11%89.41%-
XYZ58.8371.3717.33-
YUV208.4652.68136.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 228 (89.45% from 255) = 43.51%
BLUE value IS 75 (29.69% from 255) = 14.31%
R=42.18%
G=43.51%
B=14.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221228750.0300.670.1162.7573.9159.41
HexDDE44B3043B3f4a3b
Octal33534411330103137711273
Binary11011101111001001001011110100001110111111111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE44B; }

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

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

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

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

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

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

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

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