Html Css Color HEX #DDEC6A Mindaro

📋 copy color: '#DDEC6A'

red 221 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #DDEC6A

Tints of Mindaro #DDEC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.83%

R = 39.25%
G = 41.92%
B = 18.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DDEC6A (or 0xDDEC6A) is known color: Mindaro. HEX triplet: DD, EC and 6A. RGB value is (221,236,106). Sum of RGB (Red+Green+Blue) = 221+236+106=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC6A is #221395. Grayscale: #D9D9D9. Windows color (decimal): -2233238 or 7007453. OLE color: 7007453.

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

Color convert

RGB 221 236 106 -
CMYK 0.06 0 0.55 0.07
HSL 66.92º 0.77% 0.67% -
HSV(B) 66.92º 0.55% 0.93% -
XYZ 62.42 76.4 25.09 -
YUV 216.7 65.53 131.07 -
System Red Green Blue C M Y K H S L
Decimal 221 236 106 0.06 0 0.55 0.07 66.92 0.77 0.67
Hex DD EC 6A 6 0 37 7 43 4D 43
Octal 335 354 152 6 0 67 7 103 115 103
Binary 11011101 11101100 1101010 110 0 110111 111 1000011 1001101 1000011

Color Harmonies of #DDEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC6A

Black with #DDEC6A

Text Example


Text Example

White with #DDEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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