#DCE57A

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

Shades of Mindaro #DCE57A

Tints of Mindaro #DCE57A

Color information

#DCE57A (or 0xDCE57A) is unknown color: approx Mindaro. HEX triplet: DC, E5 and 7A. RGB value is (220,229,122). Sum of RGB (Red+Green+Blue) = 220+229+122=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE57A is #231A85. Grayscale: #D6D6D6. Windows color (decimal): -2300550 or 8054236. OLE color: 8054236.

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

Color convert

RGB220229122-
CMYK0.0400.470.10
HSL65.05º67.3%68.82%-
HSV(B)65.05º46.72%89.8%-
XYZ61.0572.6629.22-
YUV214.1176.02132.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 229 (89.84% from 255) = 40.11%
BLUE value IS 122 (48.05% from 255) = 21.37%
R=38.53%
G=40.11%
B=21.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291220.0400.470.1065.0567.368.82
HexDCE57A402FA414345
Octal334345172405712101103105
Binary1101110011100101111101010001011111010100000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE57A; }

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

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

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

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

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

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

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

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