Html Css Color HEX #DDE564 Mindaro

📋 copy color: '#DDE564'

red 221 ◦ green 229 ◦ blue 100

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

Shades of Mindaro #DDE564

Tints of Mindaro #DDE564

RGB

 RED value IS 221 (86.72% from 255) = 40.18%

 GREEN value IS 229 (89.84% from 255) = 41.64%

 BLUE value IS 100 (39.45% from 255) = 18.18%

R = 40.18%
G = 41.64%
B = 18.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#DDE564 (or 0xDDE564) is known color: Mindaro. HEX triplet: DD, E5 and 64. RGB value is (221,229,100). Sum of RGB (Red+Green+Blue) = 221+229+100=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE564 is #221A9B. Grayscale: #D4D4D4. Windows color (decimal): -2235036 or 6612445. OLE color: 6612445.

HSL color Cylindrical-coordinate representation of color #DDE564: hue angle of 63.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDE564 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 100 -
CMYK 0.03 0 0.56 0.10
HSL 63.72º 0.71% 0.65% -
HSV(B) 63.72º 0.56% 0.9% -
XYZ 60.14 72.33 22.85 -
YUV 211.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 221 229 100 0.03 0 0.56 0.10 63.72 0.71 0.65
Hex DD E5 64 3 0 38 A 40 47 41
Octal 335 345 144 3 0 70 12 100 107 101
Binary 11011101 11100101 1100100 11 0 111000 1010 1000000 1000111 1000001

Color Harmonies of #DDE564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE564

Black with #DDE564

Text Example


Text Example

White with #DDE564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE564; }

 p { color: rgb(221,229,100); }

 H1.HeaderClassName
 {
   color: #DDE564;
 }
 .AnyTagClassName
 {
   color: #DDE564;
 }
</style>

background-color css

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

 a { background-color: rgb(221,229,100); }

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

border-color css

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

 span { border-color: rgb(221,229,100); }

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