Html Css Color HEX #DDE876 Mindaro

📋 copy color: '#DDE876'

red 221 ◦ green 232 ◦ blue 118

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

Shades of Mindaro #DDE876

Tints of Mindaro #DDE876

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.63%

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

R = 38.7%
G = 40.63%
B = 20.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#DDE876 (or 0xDDE876) is known color: Mindaro. HEX triplet: DD, E8 and 76. RGB value is (221,232,118). Sum of RGB (Red+Green+Blue) = 221+232+118=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE876 is #221789. Grayscale: #D8D8D8. Windows color (decimal): -2234250 or 7792861. OLE color: 7792861.

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

Color convert

RGB 221 232 118 -
CMYK 0.05 0 0.49 0.09
HSL 65.79º 0.71% 0.69% -
HSV(B) 65.79º 0.49% 0.91% -
XYZ 61.95 74.39 28.23 -
YUV 215.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 221 232 118 0.05 0 0.49 0.09 65.79 0.71 0.69
Hex DD E8 76 5 0 31 9 42 47 45
Octal 335 350 166 5 0 61 11 102 107 105
Binary 11011101 11101000 1110110 101 0 110001 1001 1000010 1000111 1000101

Color Harmonies of #DDE876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE876

Black with #DDE876

Text Example


Text Example

White with #DDE876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE876; }

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

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

background-color css

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

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

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

border-color css

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

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

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