#DCE680

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

Shades of Mindaro #DCE680

Tints of Mindaro #DCE680

Color information

#DCE680 (or 0xDCE680) is unknown color: approx Mindaro. HEX triplet: DC, E6 and 80. RGB value is (220,230,128). Sum of RGB (Red+Green+Blue) = 220+230+128=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE680 is #23197F. Grayscale: #D7D7D7. Windows color (decimal): -2300288 or 8447708. OLE color: 8447708.

HSL color Cylindrical-coordinate representation of color #DCE680: hue angle of 65.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCE680 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB220230128-
CMYK0.0400.440.10
HSL65.88º67.11%70.2%-
HSV(B)65.88º44.35%90.2%-
XYZ61.7173.3731.33-
YUV215.3878.69131.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 230 (90.23% from 255) = 39.79%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=38.06%
G=39.79%
B=22.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301280.0400.440.1065.8867.1170.2
HexDCE680402CA424346
Octal334346200405412102103106
Binary11011100111001101000000010001011001010100001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE680; }

 p { color: rgb(220,230,128); }

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

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

 a { background-color: rgb(220,230,128); }

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

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

 span { border-color: rgb(220,230,128); }

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