#DCE57F

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

Shades of Mindaro #DCE57F

Tints of Mindaro #DCE57F

Color information

#DCE57F (or 0xDCE57F) is unknown color: approx Mindaro. HEX triplet: DC, E5 and 7F. RGB value is (220,229,127). Sum of RGB (Red+Green+Blue) = 220+229+127=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE57F is #231A80. Grayscale: #D7D7D7. Windows color (decimal): -2300545 or 8381916. OLE color: 8381916.

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

Color convert

RGB220229127-
CMYK0.0400.450.10
HSL65.29º66.23%69.8%-
HSV(B)65.29º44.54%89.8%-
XYZ61.3772.7930.89-
YUV214.6878.52131.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 127 (50% from 255) = 22.05%
R=38.19%
G=39.76%
B=22.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291270.0400.450.1065.2966.2369.8
HexDCE57F402DA414246
Octal334345177405512101102106
Binary1101110011100101111111110001011011010100000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE57F; }

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

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

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

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

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

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

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

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