#DCED86

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

Shades of Mindaro #DCED86

Tints of Mindaro #DCED86

Color information

#DCED86 (or 0xDCED86) is unknown color: approx Mindaro. HEX triplet: DC, ED and 86. RGB value is (220,237,134). Sum of RGB (Red+Green+Blue) = 220+237+134=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED86 is #231279. Grayscale: #DCDCDC. Windows color (decimal): -2298490 or 8842716. OLE color: 8842716.

HSL color Cylindrical-coordinate representation of color #DCED86: hue angle of 69.9º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCED86 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB220237134-
CMYK0.0700.430.07
HSL69.9º74.1%72.75%-
HSV(B)69.9º43.46%92.94%-
XYZ64.177.5134.14-
YUV220.1879.37127.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 237 (92.97% from 255) = 40.10%
BLUE value IS 134 (52.73% from 255) = 22.67%
R=37.23%
G=40.10%
B=22.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371340.0700.430.0769.974.172.75
HexDCED86702B7464a49
Octal33435520670537106112111
Binary1101110011101101100001101110101011111100011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED86; }

 p { color: rgb(220,237,134); }

 H1.HeaderClassName
 {
   color: #DCED86;
 }
 .AnyTagClassName
 {
   color: #DCED86;
 }
</style>
background-color css

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

 a { background-color: rgb(220,237,134); }

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

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

 span { border-color: rgb(220,237,134); }

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