#DCE57C

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

Shades of Mindaro #DCE57C

Tints of Mindaro #DCE57C

Color information

#DCE57C (or 0xDCE57C) is unknown color: approx Mindaro. HEX triplet: DC, E5 and 7C. RGB value is (220,229,124). Sum of RGB (Red+Green+Blue) = 220+229+124=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE57C is #231A83. Grayscale: #D6D6D6. Windows color (decimal): -2300548 or 8185308. OLE color: 8185308.

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

Color convert

RGB220229124-
CMYK0.0400.460.10
HSL65.14º66.88%69.22%-
HSV(B)65.14º45.85%89.8%-
XYZ61.1772.7129.88-
YUV214.3477.02132.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 229 (89.84% from 255) = 39.97%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=38.39%
G=39.97%
B=21.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291240.0400.460.1065.1466.8869.22
HexDCE57C402EA414345
Octal334345174405612101103105
Binary1101110011100101111110010001011101010100000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE57C; }

 p { color: rgb(220,229,124); }

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

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

 a { background-color: rgb(220,229,124); }

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

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

 span { border-color: rgb(220,229,124); }

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