Html Css Color HEX #DDE773 Mindaro

📋 copy color: '#DDE773'

red 221 ◦ green 231 ◦ blue 115

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

Shades of Mindaro #DDE773

Tints of Mindaro #DDE773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.28%

R = 38.98%
G = 40.74%
B = 20.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DDE773 (or 0xDDE773) is known color: Mindaro. HEX triplet: DD, E7 and 73. RGB value is (221,231,115). Sum of RGB (Red+Green+Blue) = 221+231+115=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE773 is #22188C. Grayscale: #D7D7D7. Windows color (decimal): -2234509 or 7595997. OLE color: 7595997.

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

Color convert

RGB 221 231 115 -
CMYK 0.04 0 0.50 0.09
HSL 65.17º 0.71% 0.68% -
HSV(B) 65.17º 0.5% 0.91% -
XYZ 61.49 73.76 27.22 -
YUV 214.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 221 231 115 0.04 0 0.50 0.09 65.17 0.71 0.68
Hex DD E7 73 4 0 32 9 41 47 44
Octal 335 347 163 4 0 62 11 101 107 104
Binary 11011101 11100111 1110011 100 0 110010 1001 1000001 1000111 1000100

Color Harmonies of #DDE773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE773

Black with #DDE773

Text Example


Text Example

White with #DDE773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE773; }

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

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

background-color css

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

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

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

border-color css

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

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

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