Html Css Color HEX #DDE776 Mindaro

📋 copy color: '#DDE776'

red 221 ◦ green 231 ◦ blue 118

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

Shades of Mindaro #DDE776

Tints of Mindaro #DDE776

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.53%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 38.77%
G = 40.53%
B = 20.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DDE776 (or 0xDDE776) is known color: Mindaro. HEX triplet: DD, E7 and 76. RGB value is (221,231,118). Sum of RGB (Red+Green+Blue) = 221+231+118=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE776 is #221889. Grayscale: #D7D7D7. Windows color (decimal): -2234506 or 7792605. OLE color: 7792605.

HSL color Cylindrical-coordinate representation of color #DDE776: hue angle of 65.31º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDE776 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 118 -
CMYK 0.04 0 0.49 0.09
HSL 65.31º 0.7% 0.68% -
HSV(B) 65.31º 0.49% 0.91% -
XYZ 61.66 73.83 28.14 -
YUV 215.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 221 231 118 0.04 0 0.49 0.09 65.31 0.7 0.68
Hex DD E7 76 4 0 31 9 41 46 44
Octal 335 347 166 4 0 61 11 101 106 104
Binary 11011101 11100111 1110110 100 0 110001 1001 1000001 1000110 1000100

Color Harmonies of #DDE776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE776

Black with #DDE776

Text Example


Text Example

White with #DDE776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE776; }

 p { color: rgb(221,231,118); }

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

background-color css

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

 a { background-color: rgb(221,231,118); }

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

border-color css

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

 span { border-color: rgb(221,231,118); }

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