#DCE985

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

Shades of Mindaro #DCE985

Tints of Mindaro #DCE985

Color information

#DCE985 (or 0xDCE985) is unknown color: approx Mindaro. HEX triplet: DC, E9 and 85. RGB value is (220,233,133). Sum of RGB (Red+Green+Blue) = 220+233+133=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE985 is #23167A. Grayscale: #DADADA. Windows color (decimal): -2299515 or 8776156. OLE color: 8776156.

HSL color Cylindrical-coordinate representation of color #DCE985: hue angle of 67.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE985 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB220233133-
CMYK0.0600.430.09
HSL67.8º69.44%71.76%-
HSV(B)67.8º42.92%91.37%-
XYZ62.8975.1933.39-
YUV217.7180.19129.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 233 (91.41% from 255) = 39.76%
BLUE value IS 133 (52.34% from 255) = 22.70%
R=37.54%
G=39.76%
B=22.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331330.0600.430.0967.869.4471.76
HexDCE985602B9444548
Octal334351205605311104105110
Binary11011100111010011000010111001010111001100010010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE985; }

 p { color: rgb(220,233,133); }

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

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

 a { background-color: rgb(220,233,133); }

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

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

 span { border-color: rgb(220,233,133); }

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