Html Css Color HEX #DDEC6E Mindaro

📋 copy color: '#DDEC6E'

red 221 ◦ green 236 ◦ blue 110

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

Shades of Mindaro #DDEC6E

Tints of Mindaro #DDEC6E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

 BLUE value IS 110 (43.36% from 255) = 19.4%

R = 38.98%
G = 41.62%
B = 19.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DDEC6E (or 0xDDEC6E) is known color: Mindaro. HEX triplet: DD, EC and 6E. RGB value is (221,236,110). Sum of RGB (Red+Green+Blue) = 221+236+110=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC6E is #221391. Grayscale: #D9D9D9. Windows color (decimal): -2233234 or 7269597. OLE color: 7269597.

HSL color Cylindrical-coordinate representation of color #DDEC6E: hue angle of 67.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDEC6E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 110 -
CMYK 0.06 0 0.53 0.07
HSL 67.14º 0.77% 0.68% -
HSV(B) 67.14º 0.53% 0.93% -
XYZ 62.63 76.49 26.21 -
YUV 217.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 221 236 110 0.06 0 0.53 0.07 67.14 0.77 0.68
Hex DD EC 6E 6 0 35 7 43 4D 44
Octal 335 354 156 6 0 65 7 103 115 104
Binary 11011101 11101100 1101110 110 0 110101 111 1000011 1001101 1000100

Color Harmonies of #DDEC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC6E

Black with #DDEC6E

Text Example


Text Example

White with #DDEC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC6E; }

 p { color: rgb(221,236,110); }

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

background-color css

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

 a { background-color: rgb(221,236,110); }

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

border-color css

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

 span { border-color: rgb(221,236,110); }

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