#DCEA64

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

Shades of Mindaro #DCEA64

Tints of Mindaro #DCEA64

Color information

#DCEA64 (or 0xDCEA64) is unknown color: approx Mindaro. HEX triplet: DC, EA and 64. RGB value is (220,234,100). Sum of RGB (Red+Green+Blue) = 220+234+100=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA64 is #23159B. Grayscale: #D7D7D7. Windows color (decimal): -2299292 or 6613724. OLE color: 6613724.

HSL color Cylindrical-coordinate representation of color #DCEA64: hue angle of 66.27º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCEA64 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB220234100-
CMYK0.0600.570.08
HSL66.27º76.14%65.49%-
HSV(B)66.27º57.26%91.76%-
XYZ61.2474.9823.3-
YUV214.5463.36131.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 100 (39.45% from 255) = 18.05%
R=39.71%
G=42.24%
B=18.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341000.0600.570.0866.2776.1465.49
HexDCEA6460398424c41
Octal334352144607110102114101
Binary1101110011101010110010011001110011000100001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA64; }

 p { color: rgb(220,234,100); }

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

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

 a { background-color: rgb(220,234,100); }

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

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

 span { border-color: rgb(220,234,100); }

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