Html Css Color HEX #DDE464 Mindaro

📋 copy color: '#DDE464'

red 221 ◦ green 228 ◦ blue 100

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

Shades of Mindaro #DDE464

Tints of Mindaro #DDE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.53%

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

R = 40.26%
G = 41.53%
B = 18.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DDE464 (or 0xDDE464) is known color: Mindaro. HEX triplet: DD, E4 and 64. RGB value is (221,228,100). Sum of RGB (Red+Green+Blue) = 221+228+100=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE464 is #221B9B. Grayscale: #D3D3D3. Windows color (decimal): -2235292 or 6612189. OLE color: 6612189.

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

Color convert

RGB 221 228 100 -
CMYK 0.03 0 0.56 0.11
HSL 63.28º 0.7% 0.64% -
HSV(B) 63.28º 0.56% 0.89% -
XYZ 59.86 71.78 22.76 -
YUV 211.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 221 228 100 0.03 0 0.56 0.11 63.28 0.7 0.64
Hex DD E4 64 3 0 38 B 3F 46 40
Octal 335 344 144 3 0 70 13 77 106 100
Binary 11011101 11100100 1100100 11 0 111000 1011 111111 1000110 1000000

Color Harmonies of #DDE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE464

Black with #DDE464

Text Example


Text Example

White with #DDE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE464; }

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

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

background-color css

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

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

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

border-color css

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

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

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