#DCE87D

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

Shades of Mindaro #DCE87D

Tints of Mindaro #DCE87D

Color information

#DCE87D (or 0xDCE87D) is unknown color: approx Mindaro. HEX triplet: DC, E8 and 7D. RGB value is (220,232,125). Sum of RGB (Red+Green+Blue) = 220+232+125=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE87D is #231782. Grayscale: #D8D8D8. Windows color (decimal): -2299779 or 8251612. OLE color: 8251612.

HSL color Cylindrical-coordinate representation of color #DCE87D: hue angle of 66.73º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE87D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB220232125-
CMYK0.0500.460.09
HSL66.73º69.93%70%-
HSV(B)66.73º46.12%90.98%-
XYZ62.0774.4130.49-
YUV216.2176.52130.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 232 (91.02% from 255) = 40.21%
BLUE value IS 125 (49.22% from 255) = 21.66%
R=38.13%
G=40.21%
B=21.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321250.0500.460.0966.7369.9370
HexDCE87D502E9434646
Octal334350175505611103106106
Binary1101110011101000111110110101011101001100001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE87D; }

 p { color: rgb(220,232,125); }

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

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

 a { background-color: rgb(220,232,125); }

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

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

 span { border-color: rgb(220,232,125); }

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