Html Css Color HEX #DDE44B Manz

📋 copy color: '#DDE44B'

red 221 ◦ green 228 ◦ blue 75

#DDE44B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DDE44B

Tints of Manz #DDE44B

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 value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#DDE44B (or 0xDDE44B) is known color: 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

RGB 221 228 75 -
CMYK 0.03 0 0.67 0.11
HSL 62.75º 0.74% 0.59% -
HSV(B) 62.75º 0.67% 0.89% -
XYZ 58.83 71.37 17.33 -
YUV 208.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 221 228 75 0.03 0 0.67 0.11 62.75 0.74 0.59
Hex DD E4 4B 3 0 43 B 3F 4A 3B
Octal 335 344 113 3 0 103 13 77 112 73
Binary 11011101 11100100 1001011 11 0 1000011 1011 111111 1001010 111011

Color Harmonies of #DDE44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE44B

Black with #DDE44B

Text Example


Text Example

White with #DDE44B

Text Example


Text Example

HTML Codes & Css Web 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>