#DDEC6A

Color #DDEC6A Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DDEC6A

Tints of Mindaro #DDEC6A

Color information

#DDEC6A (or 0xDDEC6A) is unknown color: approx 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

RGB221236106-
CMYK0.0600.550.07
HSL66.92º77.38%67.06%-
HSV(B)66.92º55.08%92.55%-
XYZ62.4276.425.09-
YUV216.765.53131.07-

RGB Variations

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

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.80% from 255) = 18.83%
R=39.25%
G=41.92%
B=18.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212361060.0600.550.0766.9277.3867.06
HexDDEC6A60377434d43
Octal33535415260677103115103
Binary110111011110110011010101100110111111100001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>